belongsTo('App\Models\User'); } public function roadPatrolSubProjects() { return $this->hasMany('App\Models\RoadPatrolSubProject'); } }