Browse Source

Merge pull request #870 from visuddhinanda/chanpter_progress

:bug: progress_chapter时间格式改为默认
visuddhinanda 3 years ago
parent
commit
9b1c21b960
1 changed files with 1 additions and 1 deletions
  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 $dateFormat = 'U';
+    //protected $dateFormat = 'U';
 
     public function tagid()
     {