initial commit
This commit is contained in:
9
bootstrap/providers.php
Normal file
9
bootstrap/providers.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
use App\Providers\AppServiceProvider;
|
||||
use App\Providers\HostingServiceProvider;
|
||||
|
||||
return [
|
||||
AppServiceProvider::class,
|
||||
HostingServiceProvider::class,
|
||||
];
|
||||
Reference in New Issue
Block a user