Skip to content

Commit

Permalink
Merge pull request #4 from clarkeash/scrutinizer-patch-1
Browse files Browse the repository at this point in the history
Scrutinizer Auto-Fixes
  • Loading branch information
clarkeash authored Apr 10, 2017
2 parents 816cb48 + 17a092d commit b06eb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/DoormanServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function boot()
], 'translations');

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

$this->loadMigrationsFrom(__DIR__ . '/../../resources/migrations');
Expand Down

0 comments on commit b06eb34

Please sign in to comment.