morphMany(Application::class, 'destination'); } public function server() { return $this->belongsTo(Server::class); } }