Skip to content

Commit

Permalink
fix: DI invalid path
Browse files Browse the repository at this point in the history
  • Loading branch information
bpolaszek committed Jan 19, 2022
1 parent bea4e31 commit e5338ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
$services
->load('Freddie\\', dirname(__DIR__))
->exclude([
dirname(__DIR__) . '/Hub/DependencyInjection/*',
dirname(__DIR__) . '/DependencyInjection/*',
dirname(__DIR__) . '/Hub/Transport/Redis/RedisPublisher.php',
dirname(__DIR__) . '/Hub/Transport/Redis/RedisListener.php',
dirname(__DIR__) . '/Hub/Transport/Redis/RedisTransport.php',
Expand Down

0 comments on commit e5338ad

Please sign in to comment.