Skip to content

Commit

Permalink
Merge pull request laravel#1668 from jbruni/patch-1
Browse files Browse the repository at this point in the history
Update packages.md
  • Loading branch information
taylorotwell committed Jul 10, 2015
2 parents c97b588 + d79d3a2 commit a189878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ You may want to publish groups of package assets and resources separately. For i
], 'config');

$this->publishes([
__DIR__.'/../database/migrations/' => database_path('/migrations')
__DIR__.'/../database/migrations/' => database_path('migrations')
], 'migrations');
}

Expand Down

0 comments on commit a189878

Please sign in to comment.