Версия 0.6.0 #9

Merged
kor-elf merged 5 commits from develop into main 2026-06-21 00:37:21 +05:00
Showing only changes of commit 993350073c - Show all commits
@@ -34,7 +34,7 @@ final class StoreUpdateRequest extends FormRequest implements FormRequestDto
{ {
return new StoreUpdate( return new StoreUpdate(
title: $this->input('title'), title: $this->input('title'),
description: $this->input('description'), description: (string) $this->input('description', ''),
storages: $this->storages(), storages: $this->storages(),
isTranslateAutomatically: (bool) $this->input('translate-automatically', false), isTranslateAutomatically: (bool) $this->input('translate-automatically', false),
); );