mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
redirect intend
This commit is contained in:
@@ -52,6 +52,11 @@ class Meetups extends Component
|
||||
}
|
||||
}
|
||||
|
||||
public function next()
|
||||
{
|
||||
return redirect()->intended();
|
||||
}
|
||||
|
||||
public function updatedSearch($value)
|
||||
{
|
||||
$this->meetups = Meetup::query()
|
||||
|
||||
Reference in New Issue
Block a user