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

8 lines
99 B
PHP

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