modal show global

This commit is contained in:
xiaomlove
2022-08-10 17:38:05 +08:00
parent 72b80887a4
commit e9b141fc00
34 changed files with 1106 additions and 175 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ class NexusModel extends Model
*/
protected function serializeDate(\DateTimeInterface $date)
{
return $date->format($this->dateFormat ?: 'Y-m-d H:i');
return $date->format($this->dateFormat ?: 'Y-m-d H:i:s');
}
/**