| Total Complexity | 3 |
| Total Lines | 39 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class RouteServiceProvider extends ServiceProvider |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * The path to the "home" route for your application. |
||
| 15 | * |
||
| 16 | * Typically, users are redirected here after authentication. |
||
| 17 | * |
||
| 18 | * @var string |
||
| 19 | */ |
||
| 20 | public const HOME = '/home'; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Define your route model bindings, pattern filters, and other route configuration. |
||
| 24 | * |
||
| 25 | * @return void |
||
| 26 | */ |
||
| 27 | public function boot() |
||
| 38 | }); |
||
| 39 | } |
||
| 40 | |||
| 41 | /** |
||
| 42 | * Configure the rate limiters for the application. |
||
| 43 | * |
||
| 44 | * @return void |
||
| 45 | */ |
||
| 46 | protected function configureRateLimiting() |
||
| 53 |