AR
->where([не работает?
'hash', '^[a-z0-9]{3}$'
])
разве
->where([
'hash', '^[a-z0-9]{1}$'
])
не-а
Size: a a a
AR
->where([не работает?
'hash', '^[a-z0-9]{3}$'
])
разве
->where([
'hash', '^[a-z0-9]{1}$'
])
EG
SG
->where([
'hash', '^[a-z0-9]{1}$'
])
EG
AR
SG
EG
SG
SG
AR
SG
SG
->where([
'hash' => '^[a-z0-9]{1}$',
])
AP
AR
AR
SG
AR
VY
$this->name = ZoneTitle::select('name')->where('id', $this->zone_titles_id)->first();
возвращает имя в видеname: {name: "Зона 5 (Таштыпская зона)"}излишество...