You've already forked lubo_comment_query
							
							数据库时间字段cast
This commit is contained in:
		| @@ -7,7 +7,6 @@ use Illuminate\Database\Eloquent\Model; | ||||
| class ProgramAppends extends Model | ||||
| { | ||||
|     protected $fillable = ["name", "from", "price", "append"]; | ||||
|     protected $dateFormat = "U"; | ||||
|     public function program(): \Illuminate\Database\Eloquent\Relations\BelongsTo | ||||
|     { | ||||
|         return $this->belongsTo(Programs::class, "program_id", "id"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user