Explorar el Código

优化行操作Selector生成功能

jqh hace 5 años
padre
commit
82254027c5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Actions/Action.php

+ 1 - 1
src/Actions/Action.php

@@ -172,7 +172,7 @@ abstract class Action implements Renderable
             static::$selectors[$key] = $prefix.Str::random(8);
         }
 
-        return static::$selectors[$class];
+        return static::$selectors[$key];
     }
 
     /**