Total Complexity | 1 |
Total Lines | 11 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | class EventDispatcherLaravel extends EventDispatcherAdapter |
||
19 | { |
||
20 | /** |
||
21 | * Forward all methods to the Laravel Events Dispatcher |
||
22 | * @param LaravelDispatcher $laravelDispatcher |
||
23 | * @param SymfonyDispatcher $symfonyDispatcher |
||
24 | */ |
||
25 | public function __construct(LaravelDispatcher $laravelDispatcher, SymfonyDispatcher $symfonyDispatcher) |
||
31 |