Passed
Push — master ( 546cf1...39ecc9 )
by Yuichi
13:28
created
src/ValiableServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.