mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-29 19:18:11 +01:00
Remove unused parameter
This commit is contained in:
parent
dfe1105091
commit
ab4bceb8cc
@ -25,7 +25,7 @@ class SettingsServiceProvider extends ServiceProvider
|
||||
*/
|
||||
public function register()
|
||||
{
|
||||
$this->app->bindShared('setting', function ($app) {
|
||||
$this->app->bindShared('setting', function () {
|
||||
return new Repository(new SettingModel());
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user