Skip to content

Commit 474e35d

Browse files
author
Andrey Helldar
committed
Renamed stub directory to the stubs
1 parent f36e556 commit 474e35d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ protected function registerMigrator(): void
6969
protected function registerCreator(): void
7070
{
7171
$this->app->singleton(Action::CREATOR, static function ($app) {
72-
return new MigrationCreator($app['files'], __DIR__ . '/../resources/stub');
72+
return new MigrationCreator($app['files'], __DIR__ . '/../resources/stubs');
7373
});
7474
}
7575

0 commit comments

Comments
 (0)