@@ -98,7 +98,7 @@ |
||
| 98 | 98 | */ |
| 99 | 99 | public function register() |
| 100 | 100 | { |
| 101 | - $this->app->singleton('metadata', function ($app) { |
|
| 101 | + $this->app->singleton('metadata', function($app) { |
|
| 102 | 102 | return new SimpleMetadataProvider('Data', self::$METANAMESPACE); |
| 103 | 103 | }); |
| 104 | 104 | } |
@@ -79,7 +79,7 @@ |
||
| 79 | 79 | */ |
| 80 | 80 | public function register() |
| 81 | 81 | { |
| 82 | - $this->app->singleton('metadataControllers', function ($app) { |
|
| 82 | + $this->app->singleton('metadataControllers', function($app) { |
|
| 83 | 83 | return new MetadataControllerContainer(); |
| 84 | 84 | }); |
| 85 | 85 | } |