This commit is contained in:
Meghdad
2026-07-22 12:25:24 +03:30
commit 35c69c5655
107 changed files with 18699 additions and 0 deletions

7
bootstrap/providers.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
use App\Providers\AppServiceProvider;
return [
AppServiceProvider::class,
];