belongsTo(Project::class); } public function manager() { return $this->belongsTo(Manager::class); } }