mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 19:16:51 +00:00
Use Guzzle, not Requests library.
This commit is contained in:
@@ -29,6 +29,6 @@ namespace FireflyIII\Services\Github\Request;
|
||||
*/
|
||||
interface GithubRequest
|
||||
{
|
||||
public function call();
|
||||
public function call(): void;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user