@@ -54,7 +54,7 @@ |
||
54 | 54 | * Set the dependencies. |
55 | 55 | * |
56 | 56 | * @author Andrea Marco Sartori |
57 | - * @param Cerbero\Auth\Services\Dispatcher\DispatcherInterface $bus |
|
57 | + * @param DispatcherInterface $bus |
|
58 | 58 | * @return void |
59 | 59 | */ |
60 | 60 | public function __construct(DispatcherInterface $bus) |
@@ -38,7 +38,7 @@ |
||
38 | 38 | * Set the dependencies. |
39 | 39 | * |
40 | 40 | * @author Andrea Marco Sartori |
41 | - * @param Illuminate\Contracts\Bus\Dispatcher $dispatcher |
|
41 | + * @param Dispatcher $dispatcher |
|
42 | 42 | * @return void |
43 | 43 | */ |
44 | 44 | public function __construct(Dispatcher $dispatcher) |