fix use clause
authorMichael Wallner <mike@php.net>
Fri, 20 Dec 2019 12:16:26 +0000 (13:16 +0100)
committerMichael Wallner <mike@php.net>
Fri, 20 Dec 2019 12:22:00 +0000 (13:22 +0100)
app/Github/API.php

index 8cff984c4707bb2645c7ecc5bcf06069a83f9442..96f2cdad2d2dc3076c497d3098ee50db24218935 100644 (file)
@@ -2,7 +2,6 @@
 
 namespace app\Github;
 
-use app\Github\API;
 use app\Github\Storage;
 use app\Github\Exception;
 use app\Pharext;