Gutschriften

This commit is contained in:
Kevin Adametz 2021-04-23 14:52:25 +02:00
parent 35ae3da244
commit 6ac9fcc4d2
20 changed files with 510 additions and 63 deletions

View file

@ -293,6 +293,9 @@ class User extends Authenticatable
return Carbon::now()->diffForHumans(Carbon::parse($this->payment_shop));
}
public function isAboOption(){
return false;
}
/**
* @return string
*/