Skip to content

Commit

Permalink
Merge pull request #16 from ameoba32/master
Browse files Browse the repository at this point in the history
Update AuditingServiceProvider.php
  • Loading branch information
anteriovieira committed Nov 27, 2015
2 parents c069380 + 6f82e79 commit ed66edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OwenIt/AuditingServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function boot()
*/
protected function setupMigrations()
{
$source = realpath(__DIR__.'/migrations/');
$source = realpath(__DIR__.'/../migrations/');

$this->publishes([$source => database_path('migrations')], 'migrations');
}
Expand Down

0 comments on commit ed66edd

Please sign in to comment.