'integer', 'period' => WorkingPeriodEnum::class, ]; public function provider(): BelongsTo { return $this->belongsTo(Provider::class); } }