mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-10 05:42:58 +00:00
7 lines
170 B
PHP
7 lines
170 B
PHP
<?php
|
|
|
|
return [
|
|
App\Providers\AppServiceProvider::class,
|
|
MongoDB\Laravel\MongoDBServiceProvider::class,
|
|
SocialiteProviders\Manager\ServiceProvider::class,
|
|
];
|