wugg 7 hónapja
szülő
commit
664bad1eb0
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      app/user/controller/TaxCategory.php

+ 0 - 1
app/user/controller/TaxCategory.php

@@ -9,7 +9,6 @@ use app\user\model\TaxRelation;
 use app\user\model\TaxRelationLog;use think\App;
 use think\facade\Validate;
 class TaxCategory extends Base{
-    protected $noLogin=["*"];
     public function __construct(App $app) {
         parent::__construct($app);
         $this->model = new \app\user\model\TaxCategory();