Fix block_off/on_time and fix the metar date parsing

This commit is contained in:
Nabeel Shahzad
2018-05-01 22:52:31 -05:00
parent b96f1cd7c4
commit 3a81e2ec27
5 changed files with 28 additions and 10 deletions

View File

@@ -29,9 +29,9 @@ class AppServiceProvider extends ServiceProvider
{
Schema::defaultStringLength(191);
Carbon::serializeUsing(function ($carbon) {
/*Carbon::serializeUsing(function ($carbon) {
return $carbon->format('U');
});
});*/
$this->app->bind('setting', SettingRepository::class);