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