belongsTo('App\Entities\Users\User'); } public function projects() { return $this->hasMany('App\Entities\Projects\Project', 'owner_id'); } }