| 1 | <?php namespace Anomaly\UsersModule\Http\Controller\Admin; |
||
| 15 | class HomeController extends AdminController |
||
| 16 | { |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Redirect to the users home page. |
||
| 20 | * |
||
| 21 | * @param NavigationCollection $navigation |
||
| 22 | * @param Redirector $redirect |
||
| 23 | * @return \Illuminate\Http\RedirectResponse |
||
| 24 | */ |
||
| 25 | public function index(NavigationCollection $navigation, Redirector $redirect) |
||
| 31 | } |
||
| 32 |