Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
20f46adbc4
commit
9596d88b48
@@ -24,7 +24,7 @@ class ExtendedTimezonelistProvider extends ServiceProvider
|
||||
public function register()
|
||||
{
|
||||
$this->app->singleton('timezonelist', function ($app) {
|
||||
return new TimezonelistExtended;
|
||||
return new TimezonelistExtended();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user