'array', 'period' => 'array', ]; public function creator(): BelongsTo { return $this->belongsTo(User::class, 'created_by'); } }