mirror of
https://gitnet.fr/deblan/gist.git
synced 2021-08-14 08:30:49 +02:00
8 lines
99 B
PHP
8 lines
99 B
PHP
<?php
|
|
|
|
use GitWrapper\GitWrapper;
|
|
|
|
$app['git'] = function ($app) {
|
|
return new GitWrapper();
|
|
};
|