format($this->date_format); } public function getCreatedAtAttribute($attr) { return $this->formatDate($attr); } public function getUpdatedAtAttribute($attr) { return $this->formatDate($attr); } }