Skip to content

Commit

Permalink
🚧
Browse files Browse the repository at this point in the history
  • Loading branch information
willpower232 committed Mar 13, 2024
1 parent 22a4870 commit aa89a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MulticonfigServiceProvider.php
Expand Up @@ -60,7 +60,7 @@ public function boot(): void

$this->publishes([__DIR__.'/../config/multiconfig.php' => config_path('multiconfig.php')], 'config');

$this->publishes(iterator_to_array($this->migrationPathNames()), 'migrations');
$this->loadMigrationsFrom('/../database/migrations/');
}
}

Expand Down

0 comments on commit aa89a88

Please sign in to comment.