*/ protected $fillable = [ 'availability_minutes', 'year', 'month' ]; /** * Get the user. */ public function user(): BelongsTo { return $this->belongsTo(User::class); } }