mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-13 04:30:41 -05:00
10 lines
259 B
PHP
10 lines
259 B
PHP
<?php
|
|
|
|
return [
|
|
App\Providers\AppServiceProvider::class,
|
|
App\Providers\FortifyServiceProvider::class,
|
|
App\Providers\HorizonServiceProvider::class,
|
|
App\Providers\JetstreamServiceProvider::class,
|
|
App\Providers\NovaServiceProvider::class,
|
|
];
|