Browse Source

Remove not used property

Visman 3 years ago
parent
commit
92b954ce87
1 changed files with 0 additions and 1 deletions
  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);
     }