1 | <?php |
||
24 | class EventDispatcherLaravel extends AbstractEventDispatcher |
||
25 | { |
||
26 | /** |
||
27 | * Forward all methods to the Laravel Events Dispatcher. |
||
28 | * |
||
29 | * @param LaravelDispatcher $laravelDispatcher |
||
30 | * @param SymfonyDispatcher $symfonyDispatcher |
||
31 | */ |
||
32 | public function __construct(LaravelDispatcher $laravelDispatcher, SymfonyDispatcher $symfonyDispatcher) |
||
37 | } |
||
38 |