Passed
Push — master ( 6f5789...b54e8f )
by Gombos
14:54 queued 11:21
created
src/Traits/HasSettingsField.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
 
23 23
     protected static function bootHasSettingsField()
24 24
     {
25
-        static::saving(function (self $model) {
25
+        static::saving(function(self $model) {
26 26
             $model->fixSettingsValue();
27 27
         });
28 28
     }
Please login to merge, or discard this patch.