Upgrade to 3.5.1
This commit is contained in:
@@ -127,7 +127,7 @@ return function (App $app) {
|
||||
return $time;
|
||||
}
|
||||
|
||||
return $app->option('date.handler', 'date')($format, $time);
|
||||
return ($app->option('date.handler', 'date'))($format, $time);
|
||||
},
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user