mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-14 11:12:09 -05:00
7 lines
119 B
PHP
7 lines
119 B
PHP
<?php
|
|
|
|
return [
|
|
App\Providers\AppServiceProvider::class,
|
|
Modules\Admin\Providers\AdminPanelProvider::class,
|
|
];
|