mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-05-03 16:24:55 +00:00
🔥 **Tests:** Removed obsolete feature tests for deleted components and endpoints across the project.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user