wesmiler 1 miesiąc temu
rodzic
commit
04f7896944
1 zmienionych plików z 0 dodań i 6 usunięć
  1. 0 6
      app/Helpers/common.php

+ 0 - 6
app/Helpers/common.php

@@ -2288,9 +2288,3 @@ if (!function_exists('api_decrypt')) {
     }
 }
 
-if(!function_exists('create_function')){
-    function create_function($param1,$param2){
-
-        return ($b['weight'] > $a['weight'] ? 1 : -1);
-    };
-}