| 1 | <?php |
||
| 7 | class RouteServiceProvider extends \Illuminate\Foundation\Support\Providers\RouteServiceProvider |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * This namespace is applied to the controller routes in your routes file. |
||
| 11 | * |
||
| 12 | * In addition, it is set as the URL generator's root namespace. |
||
| 13 | * |
||
| 14 | * @var string |
||
| 15 | */ |
||
| 16 | protected $namespace = 'Humweb\Sociable\Http\Controllers'; |
||
| 17 | |||
| 18 | |||
| 19 | /** |
||
| 20 | * Define the routes for the application. |
||
| 21 | * |
||
| 22 | * @param \Illuminate\Routing\Router $router |
||
| 23 | * |
||
| 24 | * @return void |
||
| 25 | */ |
||
| 26 | public function map(Router $router) |
||
| 32 | } |
||
| 33 |