| 1 | <?php |
||
| 20 | class SubscribeSubscriberCommandHandler |
||
| 21 | { |
||
| 22 | use DispatchesJobs; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * Handle the subscribe subscriber command. |
||
| 26 | * |
||
| 27 | * @param \Gitamin\Commands\Subscriber\SubscribeSubscriberCommand $command |
||
| 28 | * |
||
| 29 | * @return \Gitamin\Models\Subscriber |
||
| 30 | */ |
||
| 31 | public function handle(SubscribeSubscriberCommand $command) |
||
| 43 | } |
||
| 44 |