Skip to content

Commit

Permalink
fix migrations file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Anderson committed Feb 22, 2023
1 parent 44739bd commit 26c7718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelLoggingServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function configurePackage(Package $package): void
*/
$package
->name('laravel-logging')
->hasMigrations(['create_logging_table'])
->hasMigrations(['create_logs_table'])
->runsMigrations();
}
}

0 comments on commit 26c7718

Please sign in to comment.