Completed
Pull Request — dev (#6)
by James Ekow Abaka
50:32 queued 48:59
created
src/RecordWrapper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -199,7 +199,7 @@
 block discarded – undo
199 199
         $this->initialize();
200 200
 
201 201
         return $this->context->getCache()->read(
202
-            "{$this->className}::desc", function () {
202
+            "{$this->className}::desc", function() {
203 203
                 return $this->context->getModelDescription($this);
204 204
             }
205 205
         );
Please login to merge, or discard this patch.