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