| 1 | <?php |
||
| 8 | class InlineTranslationServiceProvider extends ServiceProvider |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Bootstrap the application services. |
||
| 12 | */ |
||
| 13 | public function boot() |
||
| 28 | |||
| 29 | /** |
||
| 30 | * Register the application services. |
||
| 31 | */ |
||
| 32 | public function register() |
||
| 38 | |||
| 39 | |||
| 40 | /** |
||
| 41 | * Register the middleware |
||
| 42 | * |
||
| 43 | * @param string $middleware |
||
| 44 | */ |
||
| 45 | protected function registerMiddleware($middleware) |
||
| 50 | |||
| 51 | protected function addRoute() |
||
| 55 | } |
||
| 56 |