浏览代码

Remove not used property

Visman 3 年之前
父节点
当前提交
92b954ce87
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/Models/Pages/Moderate.php

+ 0 - 1
app/Models/Pages/Moderate.php

@@ -273,7 +273,6 @@ class Moderate extends Page
         }
 
         $this->numObj = \count($objects);
-        $this->single = 1 === $this->numObj;
 
         return $this->{'action' . \ucfirst($v->action)}($objects, $v);
     }