This commit is contained in:
2021-02-23 19:27:28 +08:00
parent 074762cdae
commit 38eb573945
5 changed files with 28 additions and 36 deletions
-9
View File
@@ -46,15 +46,6 @@ abstract class AbstractCollection extends Component implements \IteratorAggregat
}
/**
* recover class by clone
*/
public function __clone()
{
$this->clean();
}
/**
* Collection constructor.
*