Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Arbeit authored and Arbeit committed Feb 10, 2018
1 parent 0ec46d7 commit 4e2d3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IBAsBlogServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function boot()
__DIR__.'/public' => public_path('lil-plp/iba-blog'),
], 'public');

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


View::composer('iba-blog::modules.tags', function($view) {
Expand Down

0 comments on commit 4e2d3fb

Please sign in to comment.