9 lines
212 B
PHP
9 lines
212 B
PHP
<?php
|
|
|
|
return [
|
|
App\Providers\AppServiceProvider::class,
|
|
App\Providers\ObserverProvider::class,
|
|
Notsoweb\LaravelCore\ServiceProvider::class,
|
|
Spatie\Permission\PermissionServiceProvider::class,
|
|
];
|