Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 committed Oct 21, 2024
1 parent 96b5cbf commit bbd3c02
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/RunroomSamplesBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,10 @@

use Symfony\Component\HttpKernel\Bundle\Bundle;

final class RunroomSamplesBundle extends Bundle {}
final class RunroomSamplesBundle extends Bundle
{
public function getPath(): string
{
return \dirname(__DIR__);
}
}

0 comments on commit bbd3c02

Please sign in to comment.