X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=app%2Fbootstrap%2Fgithub.php;h=0ec014e09c00d7c0aac54c26e19da76d82ae6bd2;hb=7127fbd60ef118a688b5c4270ed73369b2b2424a;hp=04396fb6cfaf30a1b849439c269150e68a5099ee;hpb=a2af03951ac7fbd032609d0044c0a85704b77771;p=pharext%2Fpharext.org diff --git a/app/bootstrap/github.php b/app/bootstrap/github.php index 04396fb..0ec014e 100644 --- a/app/bootstrap/github.php +++ b/app/bootstrap/github.php @@ -17,9 +17,10 @@ $injector->share(Github\API::class) 0); } return new Github\API( - $config->github - ,new Github\Storage\Session("gh-tokens") + $config->github + ,new Github\Storage\Session("gh-tokens") #,new Github\Storage\Memcache("gh-cache") + ,new Github\Storage\Redis("gh-cache") ); });