rabin 3 years ago
parent
commit
b1df2cadee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Api.php

+ 1 - 1
src/Api.php

@@ -74,7 +74,7 @@ class Api
             Dever::alert('error');
         }
 
-        if ($level_search || $level_num > 1) {
+        if ($level_search || $level_num >= 1) {
             array_unshift($data, $default);
         }