1 | <?php |
||
8 | class LaravelRequestBenchmarkServiceProvider extends ServiceProvider |
||
9 | { |
||
10 | /** |
||
11 | * Bootstrap the application services. |
||
12 | * @param Router $router |
||
13 | */ |
||
14 | public function boot(Router $router) |
||
28 | |||
29 | /** |
||
30 | * Register the application services. |
||
31 | */ |
||
32 | public function register() |
||
36 | |||
37 | } |
||
38 |