'array', ]; public function getCloseTime($earlySecond) { $time = strtotime($this->close_time); return date('Y-m-d H:i:s', $time - $earlySecond); } }