Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from jradtilbrook/l7
Browse files Browse the repository at this point in the history
  • Loading branch information
jradtilbrook authored May 4, 2020
2 parents 4da8776 + a035d12 commit c1ddfb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function register()
});

$this->app->extend('migration.creator', function () {
return $this->app->make(MigrationCreator::class);
return $this->app->make(MigrationCreator::class, ['customStubPath' => __DIR__ . '/../stubs/']);
});
}

Expand Down

0 comments on commit c1ddfb5

Please sign in to comment.