mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
remove c from queryString
This commit is contained in:
@@ -12,7 +12,7 @@ class Welcome extends Component
|
||||
public string $c = 'de';
|
||||
public string $l = 'de';
|
||||
|
||||
protected $queryString = ['c', 'l'];
|
||||
protected $queryString = ['l'];
|
||||
|
||||
public function rules()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user