Skip to content

Commit

Permalink
increase character limit
Browse files Browse the repository at this point in the history
  • Loading branch information
cholladay0816 committed Sep 6, 2023
1 parent 6538379 commit 30cff1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Livewire/Commission/Messager.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Messager extends Component
public Commission $commission;
public string $message;
public array $rules = [
'message' => 'required|max:256'
'message' => 'required|max:2048'
];
public function render()
{
Expand Down

0 comments on commit 30cff1c

Please sign in to comment.