Commit fc3b4703 authored by Nicolas Widart's avatar Nicolas Widart

Removing unused app variable

parent 81519de1
......@@ -20,7 +20,7 @@ class SettingServiceProvider extends ServiceProvider {
*/
public function register()
{
$this->app->booted(function ($app) {
$this->app->booted(function () {
$this->registerBindings();
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment