Codestyle

This commit is contained in:
Patrick Henninger
2019-01-14 18:18:21 +01:00
parent 5636a36388
commit 7436422b01
8 changed files with 96 additions and 93 deletions

View File

@@ -29,7 +29,7 @@ class ShoppingcartServiceProvider extends ServiceProvider
});
$this->publishes([
realpath(__DIR__.'/Database/migrations') => $this->app->databasePath().'/migrations'
realpath(__DIR__.'/Database/migrations') => $this->app->databasePath().'/migrations',
]);
}
}