mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 11:00:39 +00:00
dump fix
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace App\Providers;
|
namespace App\Providers;
|
||||||
|
|
||||||
use Domain\Settings\Models\Setting;
|
|
||||||
use Schema;
|
use Schema;
|
||||||
use Illuminate\Support\ServiceProvider;
|
use Illuminate\Support\ServiceProvider;
|
||||||
|
|
||||||
@@ -33,10 +32,6 @@ class AppServiceProvider extends ServiceProvider
|
|||||||
|
|
||||||
// Get all migrations with all directories
|
// Get all migrations with all directories
|
||||||
$this->setMigrations();
|
$this->setMigrations();
|
||||||
|
|
||||||
dd(
|
|
||||||
config('subscription.metered_billing')
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private function setMigrations(): void
|
private function setMigrations(): void
|
||||||
|
|||||||
Reference in New Issue
Block a user