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
Simon Vieille 843cf43b54 git + form
2015-05-05 22:04:04 +02:00

10 lines
112 B
PHP

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