morphMany(Application::class, 'source'); } public function privateKey() { return $this->belongsTo(PrivateKey::class); } }