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