Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
PostScripton committed Mar 26, 2021
2 parents 2db035a + 4297772 commit 5880df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MoneyServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function register()
protected function registerPublishing()
{
$this->publishes([
__DIR__ . '/../config/money.php' => config_path('money.php'),
__DIR__ . '/config/money.php' => config_path('money.php'),
], 'money');
}
}

0 comments on commit 5880df9

Please sign in to comment.