morphToMany(User::class, 'user_authable'); } public function owners() { return $this->hasMany(Owner::class); } }