Skip to content

Commit

Permalink
Update EavServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
awssam committed Nov 4, 2021
1 parent f12fa9b commit 17a5dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/EavServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');

}

Expand Down

0 comments on commit 17a5dcc

Please sign in to comment.