app/Http/Livewire/Form/CardForm.php: add $classes property.
This commit is contained in:
parent
ed588c9790
commit
d6b267ea90
1 changed files with 5 additions and 0 deletions
|
|
@ -19,6 +19,11 @@ class CardForm extends ModelForm
|
||||||
*/
|
*/
|
||||||
public $raids;
|
public $raids;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Array of available classes
|
||||||
|
*/
|
||||||
|
public $classes;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Redirect after this route after record was created.
|
* Redirect after this route after record was created.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Reference in a new issue