Completed
Push — master ( ab49e7...bb7272 )
by Anton
29:12 queued 15:05
created
application/models/Options/Row.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
         // unique validator
74 74
         $this->addValidator('key')
75 75
             ->callback(
76
-                function () {
76
+                function() {
77 77
                     return !$this->getTable()->findRowWhere(['key' => $this->key, 'namespace' => $this->namespace]);
78 78
                 },
79 79
                 'Key name is already exists'
Please login to merge, or discard this patch.