mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
Fix CS
This commit is contained in:
@@ -18,7 +18,7 @@ class UnicodeServiceProvider implements ServiceProviderInterface
|
||||
{
|
||||
public function register(Application $app)
|
||||
{
|
||||
$app['unicode'] = $app->share(function($app) {
|
||||
$app['unicode'] = $app->share(function ($app) {
|
||||
return new \unicode();
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user