This commit is contained in:
2026-02-05 01:08:21 +05:00
parent 38fa0e2e45
commit d0f962220c

View File

@@ -28,7 +28,7 @@ class AppServiceProvider extends ServiceProvider
Relation::morphMap(config('ecommerce.models'));
$this->loadMigrationsFrom($this->findModuleMigrations());
$this->listenDB();
// $this->listenDB();
}
/**