format($this->dateFormat ?: 'Y-m-d H:i:s'); } public function user() { return $this->belongsTo(User::class, 'id', 'user_id'); } }