6 lines
110 B
PHP
6 lines
110 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
App\Providers\AppServiceProvider::class,
|
||
|
App\Providers\CustomBladeServiceProvider::class,
|
||
|
];
|