1 | <?php namespace Arcanesoft\Foundation\Providers; |
||
12 | class RouteServiceProvider extends ServiceProvider |
||
13 | { |
||
14 | /* ------------------------------------------------------------------------------------------------ |
||
15 | | Main Functions |
||
16 | | ------------------------------------------------------------------------------------------------ |
||
17 | */ |
||
18 | /** |
||
19 | * Define the routes for the application. |
||
20 | */ |
||
21 | 21 | public function map() |
|
25 | |||
26 | /* ------------------------------------------------------------------------------------------------ |
||
27 | | Other Functions |
||
28 | | ------------------------------------------------------------------------------------------------ |
||
29 | */ |
||
30 | /** |
||
31 | * Map the admin routes. |
||
32 | */ |
||
33 | 21 | private function mapAdminRoutes() |
|
46 | } |
||
47 |