fly 4 년 전
부모
커밋
1db2c6980d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/Services/Export/ExportQueryData.php

+ 2 - 2
src/Services/Export/ExportQueryData.php

@@ -7,8 +7,8 @@ namespace General\Services\Export;
  */
 class ExportQueryData
 {
-    protected $query_params_map;
-    protected $memu_name;
+    public $query_params_map;
+    public $memu_name;
 
     public function __construct(array $query_params_map, string $memu_name)
     {