@@ -38,7 +38,7 @@ |
||
| 38 | 38 | |
| 39 | 39 | protected function registerValiableBuilder() |
| 40 | 40 | { |
| 41 | - $this->app->singleton('sonar_valiable',function($app) { |
|
| 41 | + $this->app->singleton('sonar_valiable', function($app) { |
|
| 42 | 42 | return new Valiable($app['cache']); |
| 43 | 43 | }); |
| 44 | 44 | } |