membership register
This commit is contained in:
parent
3711fcc8d0
commit
37cb2b06c7
38 changed files with 1261 additions and 463 deletions
|
|
@ -133,6 +133,7 @@ class Product extends Model
|
|||
'amount',
|
||||
'active',
|
||||
'show_at',
|
||||
'identifier',
|
||||
'action'
|
||||
];
|
||||
|
||||
|
|
@ -141,6 +142,7 @@ class Product extends Model
|
|||
1 => 'User + Berater Shop',
|
||||
2 => 'nur Berater Shop',
|
||||
3 => 'Registrierung Shop',
|
||||
4 => 'Mitgliedschaft Berater',
|
||||
];
|
||||
|
||||
public $actions = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue