Home
last modified time | relevance | path

Searched refs:GitHub (Results 1 – 3 of 3) sorted by relevance

/web-bugs/src/Utils/
H A DGitHub.php8 class GitHub class
69 throw new \Exception('Failed to retrieve pull request from GitHub');
/web-bugs/www/
H A Dgh-pull-add.php6 use App\Utils\GitHub; alias
55 $pullinfo = $container->get(GitHub::class);
/web-bugs/config/
H A Dcontainer.php76 $container->set(App\Utils\GitHub::class, function ($c) {
77 return new App\Utils\GitHub($c->get(\PDO::class));

Completed in 9 milliseconds