Skip to content

Commit

Permalink
Merge branch 'main' of github.com:daniel-cintra/modular-demo
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-cintra committed Jan 16, 2024
2 parents 2f87a7e + aacadde commit 8996fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Blog/BlogServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function boot()
{
parent::boot();

$this->loadMigrationsFrom(__DIR__ . '/Database/Migrations');
$this->loadMigrationsFrom(__DIR__.'/Database/Migrations');

Post::observe(PostObserver::class);
}
Expand Down

0 comments on commit 8996fd1

Please sign in to comment.