1
0
Fork 0
mirror of https://github.com/archtechx/money.git synced 2026-02-04 08:04:02 +00:00

Fix php-cs-fixer

This commit is contained in:
Mikael Dalholm 2021-12-28 18:11:26 +01:00
parent 35304109e5
commit fa4bb4c8e6

View file

@ -27,7 +27,7 @@ class MoneyServiceProvider extends ServiceProvider
}
public function boot()
public function boot(): void
{
$this->publishes([
__DIR__ . '/../config/config.php' => config_path('money.php'),