Skip to content

Commit

Permalink
[CLEANUP] Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
astehlik committed Jun 23, 2024
1 parent 7ae2ee8 commit 03b4821
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Configuration/Services.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$configurator->services()
->defaults()->autowire()->autoconfigure()->public()

->load('Sto\\Html5mediakit\\Controller\\', __DIR__ . '/../Classes/Controller/')
->load('Sto\\Html5mediakit\\Domain\\Repository\\', __DIR__ . '/../Classes/Domain/Repository/')
->load('Sto\\Html5mediakit\\ViewHelpers\\', __DIR__ . '/../Classes/ViewHelpers/');
->load('Sto\Html5mediakit\Controller\\', __DIR__ . '/../Classes/Controller/')
->load('Sto\Html5mediakit\Domain\Repository\\', __DIR__ . '/../Classes/Domain/Repository/')
->load('Sto\Html5mediakit\ViewHelpers\\', __DIR__ . '/../Classes/ViewHelpers/');
};

0 comments on commit 03b4821

Please sign in to comment.