Kundenhoheit

This commit is contained in:
Kevin Adametz 2020-05-06 15:43:53 +02:00
parent d8b5206031
commit dc63fa9fb2
52 changed files with 2436 additions and 557 deletions

View file

@ -129,7 +129,6 @@ class UserAccount extends Model
protected $casts = [
'payment_data' => 'array',
'notice' => 'array',
];
use SoftDeletes;