| 1 | <?php namespace JackJoe\ActivityLog; |
||
| 5 | class ActivityLogServiceProvider extends ServiceProvider {
|
||
| 6 | /** |
||
| 7 | * Indicates if loading of the provider is deferred. |
||
| 8 | * |
||
| 9 | * @var bool |
||
| 10 | */ |
||
| 11 | protected $defer = false; |
||
| 12 | |||
| 13 | /** |
||
| 14 | * Bootstrap the application events. |
||
| 15 | * |
||
| 16 | * @return void |
||
| 17 | */ |
||
| 18 | public function boot() |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Register the service provider. |
||
| 28 | * |
||
| 29 | * @return void |
||
| 30 | */ |
||
| 31 | public function register() |
||
| 35 | |||
| 36 | /** |
||
| 37 | * Get the services provided by the provider. |
||
| 38 | * |
||
| 39 | * @return array |
||
| 40 | */ |
||
| 41 | public function provides() |
||
| 45 | } |
||
|
|
|||
| 46 |
This check marks files that end in a newline character, i.e. an empy line.