mirror of
https://github.com/klaussilveira/gitlist.git
synced 2026-05-05 15:36:53 +02: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