fix devops error
This commit is contained in:
@@ -8,7 +8,7 @@ class HelperDate
|
||||
{
|
||||
public static function toLocaleFormat($date)
|
||||
{
|
||||
if (! (! is_null($date) && ! empty($date))) {
|
||||
if (! $date) {
|
||||
return $date;
|
||||
}
|
||||
$locale = session('locale');
|
||||
|
||||
Reference in New Issue
Block a user