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