Skip to content

Commit

Permalink
Fixed store method visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
icewindow authored Nov 25, 2023
1 parent f5a491f commit b3745e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function store(Event $event, Request $request): RedirectResponse
* @return RedirectResponse
* @throws \Illuminate\Validation\ValidationException
*/
public function create(Event $event, Request $request)
protected function create(Event $event, Request $request)
{
$rules = [
"name" => "required",
Expand Down

0 comments on commit b3745e4

Please sign in to comment.