| 1 | <?php namespace Arcanesoft\Core\Providers; |
||
| 13 | class RouteServiceProvider extends ServiceProvider |
||
| 14 | { |
||
| 15 | /* ------------------------------------------------------------------------------------------------ |
||
| 16 | | Main Functions |
||
| 17 | | ------------------------------------------------------------------------------------------------ |
||
| 18 | */ |
||
| 19 | /** |
||
| 20 | * Define the routes for the application. |
||
| 21 | * |
||
| 22 | * @param \Illuminate\Contracts\Routing\Registrar $router |
||
| 23 | */ |
||
| 24 | 4 | public function map(Router $router) |
|
| 28 | } |
||
| 29 |