'boolean']; public function user() { return $this->belongsTo(User::class); } public function project() { return $this->belongsTo(Project::class); } }