*/ protected $fillable = [ 'name', 'times', 'gg', 'dayy', 'lx', ]; /** * Get the attributes that should be cast. * * @return array */ protected function casts(): array { return [ 'times' => 'datetime', ]; } }