Parcourir la source

Merge pull request #870 from visuddhinanda/chanpter_progress

:bug: progress_chapter时间格式改为默认
visuddhinanda il y a 4 ans
Parent
commit
9b1c21b960
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/Models/ProgressChapter.php

+ 1 - 1
app/Models/ProgressChapter.php

@@ -16,7 +16,7 @@ class ProgressChapter extends Model
         ];
         ];
     protected $primaryKey = 'uid';
     protected $primaryKey = 'uid';
     
     
-    protected $dateFormat = 'U';
+    //protected $dateFormat = 'U';
 
 
     public function tagid()
     public function tagid()
     {
     {