Skip to content

Commit 85eb97b

Browse files
Add $app->basePath('stubs')
1 parent d6d7541 commit 85eb97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SuperMigrationsServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function register()
3535
protected function registerCreator()
3636
{
3737
$this->app->singleton('migration.creator.alt', function ($app) {
38-
return new MigrationCreator($app['files']);
38+
return new MigrationCreator($app['files'], $app->basePath('stubs'));
3939
});
4040
}
4141

0 commit comments

Comments
 (0)