Completed
Push — master ( 1ebb56...670045 )
by Adrian
05:52
created
src/Abstractor/Eloquent/Relation/Relation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
      */
84 84
     public function getDisplay()
85 85
     {
86
-        if (! empty($this->config['display'])) {
86
+        if (!empty($this->config['display'])) {
87 87
             return $this->config['display'];
88 88
         }
89 89
         return null;
Please login to merge, or discard this patch.