X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=app%2FController%2FGithub.php;fp=app%2FController%2FGithub.php;h=5933fcd2ffc12aee7ccf5ef74a79daaea9e6e3dd;hb=26494fb5cdfb9cf103904d10b6bda564bcf2d0bd;hp=6432c868670550c0355fdaad16e7a4e9087e6e2b;hpb=34739d9ba328b1e9176800883eae0987f5f05337;p=pharext%2Fpharext.org diff --git a/app/Controller/Github.php b/app/Controller/Github.php index 6432c86..5933fcd 100644 --- a/app/Controller/Github.php +++ b/app/Controller/Github.php @@ -26,7 +26,7 @@ abstract class Github implements Controller * @var \app\Session */ protected $session; - + function __construct(Web $app, API $github, Session $session) { $this->app = $app; $this->github = $github;