membership register

This commit is contained in:
Kevin Adametz 2020-02-15 14:53:32 +01:00
parent 3711fcc8d0
commit 37cb2b06c7
38 changed files with 1261 additions and 463 deletions

View file

@ -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 = [