This commit is contained in:
Romain Neutron
2013-10-30 19:35:23 +01:00
parent 36f7b24f26
commit 9b471fdf76
129 changed files with 473 additions and 477 deletions

View File

@@ -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();
});
}