| 1 | <?php namespace Anomaly\UsersModule\Http\Controller; |
||
| 13 | class UsersController extends PublicController |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * View a user profile. |
||
| 17 | * |
||
| 18 | * @param UserRepositoryInterface $users |
||
| 19 | * @return \Illuminate\Contracts\View\View|mixed |
||
| 20 | */ |
||
| 21 | public function view(UserRepositoryInterface $users) |
||
| 29 | } |
||
| 30 |