8 lines
159 B
PHP
8 lines
159 B
PHP
<?php
|
|
|
|
return [
|
|
App\Providers\AppServiceProvider::class,
|
|
App\Providers\PackageServiceProvider::class,
|
|
Barryvdh\Debugbar\ServiceProvider::class,
|
|
];
|