hasMany(PrivateKeyable::class); } public function servers() { return $this->morphedByMany(Server::class, 'private_keyable'); } }