File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ public function __construct(Container $app)
2020 throw MissingApiKey::create ();
2121 }
2222
23- $ baseURL = $ app ['config ' ]->get ('cuttly.api_key ' );
23+ $ baseURL = $ app ['config ' ]->get ('cuttly.base_uri ' );
2424
2525 if (empty ($ baseURL ) || ! isset ($ baseURL )) {
2626 throw new InvalidArgumentException ('Invalid Cuttly API base URL. ' );
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ public function __construct($response)
1313 $ this ->response = $ response ;
1414 }
1515
16- public function getBody (): string
16+ public function getBody ()
1717 {
1818 return (string ) $ this ->response ->getBody ();
1919 }
2020
21- public function toObject (): object
21+ public function toObject ()
2222 {
2323 $ body = (string ) $ this ->response ->getBody ();
2424
You can’t perform that action at this time.
0 commit comments