create form request for mission

This commit is contained in:
2025-12-24 14:07:54 +03:30
parent b8025c7845
commit 3dc8d60fb8
4 changed files with 59 additions and 7 deletions

View File

@@ -12,7 +12,6 @@ class NoProcessRequest extends FormRequest
*/
public function authorize(): bool
{
// return $this->violation->status === 0 && $this->violation->type === 1;
return true;
}