Completed
Push — master ( 887b35...928d8a )
by Arjay
01:44
created
src/Engines/CollectionEngine.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -216,7 +216,7 @@
 block discarded – undo
216 216
     protected function defaultOrdering()
217 217
     {
218 218
         $criteria = $this->request->orderableColumns();
219
-        if (! empty($criteria)) {
219
+        if (!empty($criteria)) {
220 220
             $sorter = function ($a, $b) use ($criteria) {
221 221
                 foreach ($criteria as $orderable) {
222 222
                     $column = $this->getColumnName($orderable['column']);
Please login to merge, or discard this patch.