'array', ]; public function matches() { return $this->hasMany(CtzqSfcMatch::class, 'ctzq_sfc_id', 'id'); } public function getCloseTime($earlySecond) { $time = strtotime($this->end_time); return date('Y-m-d H:i:s', $time - $earlySecond); } }