check(); } public function _rules(): array { return [ 'title' => 'nullable|string', 'executable' => 'required|string', ]; } }