Browse Source

Apply fixes from StyleCI

Jiang Qinghua 3 years ago
parent
commit
81df5cbe79
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Http/Controllers/ScaffoldController.php

+ 2 - 2
src/Http/Controllers/ScaffoldController.php

@@ -228,8 +228,8 @@ class ScaffoldController extends Controller
 
                     $sql .= " AND TABLE_NAME = '{$p}{$tb}'";
                 }
-                
-                $sql .= " ORDER BY `ORDINAL_POSITION` ASC";
+
+                $sql .= ' ORDER BY `ORDINAL_POSITION` ASC';
 
                 $tmp = DB::connection($connectName)->select($sql);