belongsTo(User::class); } public function application(): BelongsTo { return $this->belongsTo(Application::class); } }