Homparty v1.0

This commit is contained in:
Kevin Adametz 2020-12-17 23:02:22 +01:00
parent ac0d5b781e
commit c73299e52e
40 changed files with 1234 additions and 908 deletions

View file

@ -69,7 +69,9 @@ class Homeparty extends Model
'order_to' => 'bool',
'active' => 'bool',
'default' => 'bool',
'token_active' => 'bool'
'token_active' => 'bool',
'settings' => 'array',
'order' => 'array'
];
protected $dates = [
@ -94,6 +96,8 @@ class Homeparty extends Model
'default',
'token',
'token_active',
'settings',
'order'
];
public function auth_user()