Browse Source

统一时间戳格式

master
lanzu_qsy 5 years ago
parent
commit
6d9954c6d2
  1. 1
      app/Model/Model.php

1
app/Model/Model.php

@ -18,4 +18,5 @@ use Hyperf\ModelCache\CacheableInterface;
abstract class Model extends BaseModel implements CacheableInterface abstract class Model extends BaseModel implements CacheableInterface
{ {
use Cacheable; use Cacheable;
protected $dateFormat = 'U';
} }
Loading…
Cancel
Save