mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-12 20:20:41 -05:00
9 lines
210 B
PHP
9 lines
210 B
PHP
<?php
|
|
|
|
return [
|
|
App\Providers\AppServiceProvider::class,
|
|
App\Providers\FortifyServiceProvider::class,
|
|
App\Providers\JetstreamServiceProvider::class,
|
|
App\Providers\NovaServiceProvider::class,
|
|
];
|