1 | <?php namespace Anomaly\UsersModule\User\Register\Command; |
||
17 | class HandleActivateRequest implements SelfHandling |
||
18 | { |
||
19 | |||
20 | /** |
||
21 | * Handle the command. |
||
22 | * |
||
23 | * @param UserRepositoryInterface $users |
||
24 | * @param UserActivator $activator |
||
25 | * @param Encrypter $encrypter |
||
26 | * @param Request $request |
||
27 | * @return bool |
||
28 | */ |
||
29 | public function handle( |
||
51 | } |
||
52 |