mirror of
https://gh.wpcy.net/https://github.com/aspirepress/AspireCloud.git
synced 2026-06-01 00:19:09 +08:00
9 lines
244 B
PHP
9 lines
244 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
App\Providers\AppServiceProvider::class,
|
|
App\Providers\ElasticsearchServiceProvider::class,
|
|
App\Providers\FortifyServiceProvider::class,
|
|
App\Providers\JetstreamServiceProvider::class,
|
|
];
|