X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=app%2FController%2FGithub%2FIndex.php;fp=app%2FController%2FGithub%2FIndex.php;h=8b6da0328abe80908c0c2e9dd99c7117854cb553;hb=bce718b86b50f44a2c1d2d1cb0fb5b13ccdff504;hp=7918e2df620a4152555ea9b0bd00bac740e775c0;hpb=21ea66aa639b5c7bbd63d687d4445f821d1475ec;p=pharext%2Fpharext.org diff --git a/app/Controller/Github/Index.php b/app/Controller/Github/Index.php index 7918e2d..8b6da03 100644 --- a/app/Controller/Github/Index.php +++ b/app/Controller/Github/Index.php @@ -17,6 +17,7 @@ class Index extends Github list(list($repos, $links)) = $results; $this->app->display("github/index", compact("repos", "links")); }); + $this->github->drain(); } }