8 lines
157 B
PHP
8 lines
157 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
App\Providers\AppServiceProvider::class,
|
||
|
|
App\Providers\EventServiceProvider::class,
|
||
|
|
App\Providers\VoltServiceProvider::class,
|
||
|
|
];
|