🔥 **Tests:** Removed obsolete feature tests for deleted components and endpoints across the project.

This commit is contained in:
BT
2026-05-02 19:59:16 +01:00
parent ef3c06acb9
commit 63aed880e1
9 changed files with 14 additions and 824 deletions
@@ -14,6 +14,11 @@ new class extends Component {
$this->currentRouteParams = request()->route()->parameters();
}
public function updatingCurrentCountry(mixed $value): void
{
abort_if(! is_string($value), 422);
}
public function updatedCurrentCountry()
{
$this->currentRouteParams['country'] = $this->currentCountry;