| 1 | <?php namespace Anomaly\UsersModule\Role\Command; |
||
| 15 | class SetGuestRole implements SelfHandling |
||
| 16 | { |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Handle the command. |
||
| 20 | * |
||
| 21 | * @param RoleRepositoryInterface $roles |
||
| 22 | * @param Authorizer $authorizer |
||
| 23 | */ |
||
| 24 | public function handle(RoleRepositoryInterface $roles, Authorizer $authorizer) |
||
| 28 | } |
||
| 29 |