mirror of
https://github.com/klaussilveira/gitlist.git
synced 2026-03-24 13:20:47 +01:00
Adding support to syntax highlighting for custom extensions, fixes #34. Thanks @attiks
This commit is contained in:
@@ -16,7 +16,7 @@ class UtilsServiceProvider implements ServiceProviderInterface
|
||||
public function register(Application $app)
|
||||
{
|
||||
$app['utils'] = function () use ($app) {
|
||||
return new Utils;
|
||||
return new Utils($app);
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user