diff --git a/src/Providers/EavServiceProvider.php b/src/Providers/EavServiceProvider.php index e3d23ff..ce1a464 100644 --- a/src/Providers/EavServiceProvider.php +++ b/src/Providers/EavServiceProvider.php @@ -23,7 +23,7 @@ public function boot() if (file_exists($path = $basePath.'/Config/config.php')) { $this->publishes([$path => $this->app->configPath(str_replace('/', '.', 'awssam/larattributes').'.php')], 'awssam/larattributes'.'::config'); } - ! $this->autoloadMigrations('awssam/larattributes') || $this->loadMigrationsFrom(__DIR__.'/../../Database/Migrations'); + $this->loadMigrationsFrom(__DIR__.'/../../Database/Migrations'); }