wesmiler 1 개월 전
부모
커밋
04f7896944
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  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);
-    };
-}