fragment podanej linia wygląda tak:
/** * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. * If no source is specified, the URI will be automatically detected. */ try { // Attempt to execute the response $request = Request::factory(); $response = $request->execute(); } catch (Exception $e)
Czy jest mi ktoś w stanie pomóc?