| Total Complexity | 2 |
| Total Lines | 41 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | class ClamavFileUploadServiceProvider extends ServiceProvider |
||
| 8 | { |
||
| 9 | |||
| 10 | public const CONFIG = __DIR__.'/config/clamavfileupload.php'; |
||
| 11 | public const LANG = __DIR__.'/lang'; |
||
| 12 | public const DB = __DIR__.'/migrations'; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * Bootstrap the application services. |
||
| 16 | * |
||
| 17 | * @return void |
||
| 18 | */ |
||
| 19 | public function boot() |
||
| 33 | } |
||
| 34 | |||
| 35 | /** |
||
| 36 | * Register the application services. |
||
| 37 | * |
||
| 38 | * @return void |
||
| 39 | */ |
||
| 40 | public function register() |
||
| 50 |