Skip to content

Commit

Permalink
Fix wrong migration directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Rumpel committed Sep 10, 2018
1 parent d007a2b commit 12a2450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ToolServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function boot()

$this->loadViewsFrom(__DIR__.'/../resources/views', 'nova-notifications');

$this->loadMigrationsFrom(__DIR__.'/database/migrations');
$this->loadMigrationsFrom(__DIR__.'/../database/migrations');

$this->app->booted(function () {
$this->routes();
Expand Down

0 comments on commit 12a2450

Please sign in to comment.