| 1 | <?php |
||
| 14 | class FireUserCreatedEventTask extends Action |
||
| 15 | { |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @var \App\Port\Event\Dispatcher\EventsDispatcher |
||
| 19 | */ |
||
| 20 | private $eventsDispatcher; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * FireUserCreatedEventTask constructor. |
||
| 24 | * |
||
| 25 | * @param \App\Port\Event\Dispatcher\EventsDispatcher $eventsDispatcher |
||
| 26 | */ |
||
| 27 | public function __construct( |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @param $user |
||
| 35 | * |
||
| 36 | * @return mixed |
||
| 37 | */ |
||
| 38 | public function run($user) |
||
| 45 | } |
||
| 46 |