You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
У вас в описании приведен пример: 'searchOrderFilter' => null // ExampleController:searchOrderFilter($request)
А в коде контроллера public static function searchOrderFilter(Request $request, $order_id)
Сколько в итоге аргументов надо ставить?
The text was updated successfully, but these errors were encountered:
И подскажите пожалуйста, по ошибке Undefined variable: request in /config/unitpay.php on line 35 Catchable fatal error: Argument 1 passed to App\Http\Controllers\PayController::searchOrderFilter() must be an instance of Illuminate\Http\Request, null given, called in /config/unitpay.php on line 35 and defined in /app/Http/Controllers/PayController.php
У вас в описании приведен пример:
'searchOrderFilter' => null // ExampleController:searchOrderFilter($request)
А в коде контроллера
public static function searchOrderFilter(Request $request, $order_id)
Сколько в итоге аргументов надо ставить?
The text was updated successfully, but these errors were encountered: