songxingwei 3 éve
szülő
commit
034e454e2a
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      application/admin/controller/Category.php

+ 0 - 1
application/admin/controller/Category.php

@@ -56,7 +56,6 @@ class Category extends Controller
         $query->where('is_deleted', 0)
             ->order('pid asc,id desc')
             ->page();
-
     }
 
     /**