API aktiviert / Anpassungen + User Übersicht Gutschriften Umsätze

This commit is contained in:
Kevin Adametz 2021-05-18 19:02:18 +02:00
parent c02fffd883
commit a4c76d06fa
27 changed files with 500 additions and 110 deletions

View file

@ -9,6 +9,7 @@ use Illuminate\Notifications\Notifiable;
use Illuminate\Contracts\Auth\MustVerifyEmail;
use Illuminate\Foundation\Auth\User as Authenticatable;
use Illuminate\Support\Facades\Mail;
use Laravel\Passport\HasApiTokens;
use Util;
/**
@ -98,10 +99,12 @@ use Util;
* @method static \Illuminate\Database\Eloquent\Builder|User wherePaymentAccount($value)
* @property string|null $payment_credit
* @method static \Illuminate\Database\Eloquent\Builder|User wherePaymentCredit($value)
* @property-read \Illuminate\Database\Eloquent\Collection|\App\Models\UserPayCredit[] $user_pay_credits
* @property-read int|null $user_pay_credits_count
*/
class User extends Authenticatable
{
use Notifiable;
use Notifiable, HasApiTokens;
/**
* The attributes that are mass assignable.