Skip to content

Commit

Permalink
Update packages.md
Browse files Browse the repository at this point in the history
This is absolutely minor, but... with the leading slash it produces `/path/to/database//migrations` - with the unwanted additional slash.
  • Loading branch information
jbruni committed Jul 10, 2015
1 parent c97b588 commit d79d3a2
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 d79d3a2

Please sign in to comment.