gist/app/bootstrap.php.d/50-git.php

8 lines
99 B
PHP
Raw Normal View History

2015-05-05 22:04:04 +02:00
<?php
use GitWrapper\GitWrapper;
$app['git'] = function ($app) {
return new GitWrapper();
};