79331480

Date: 2025-01-05 20:25:57
Score: 0.5
Natty:
Report link

Your controller method is missing the instance of SubscriberRequest. You should rewrite your code to this.

public function subscribe(SubscriberRequest $request) {
        dd($request->validated()); // returns all the validated data as an array
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ridwan Kasim