remove compose file to another repo

This commit is contained in:
2025-05-05 15:30:11 +03:30
parent 02ef3ae2ad
commit 3b739558ee
179 changed files with 130 additions and 341 deletions

8
bootstrap/providers.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
return [
App\Providers\AppServiceProvider::class,
App\Providers\DataTableServiceProvider::class,
App\Providers\FileServiceProvider::class,
App\Providers\TelescopeServiceProvider::class,
];