diff --git a/app/Http/Livewire/Hello.php b/app/Http/Livewire/Hello.php index f2c9ac0c..e7fdf965 100644 --- a/app/Http/Livewire/Hello.php +++ b/app/Http/Livewire/Hello.php @@ -24,7 +24,7 @@ class Hello extends Component public function rules() { return [ - 'message' => 'required|string|max:255', + 'message' => 'required|string|max:1000', ]; }