8 lines
177 B
PHP
8 lines
177 B
PHP
<?php
|
|
|
|
return [
|
|
App\Providers\AppServiceProvider::class,
|
|
App\Providers\HorizonServiceProvider::class,
|
|
Artesaos\SEOTools\Providers\SEOToolsServiceProvider::class,
|
|
];
|