1
0
mirror of https://gitnet.fr/deblan/gist.git synced 2021-08-14 08:30:49 +02:00
GIST/app/bootstrap.php.d/50-git.php
2015-05-06 00:18:16 +02:00

8 lines
99 B
PHP

<?php
use GitWrapper\GitWrapper;
$app['git'] = function ($app) {
return new GitWrapper();
};