This commit is contained in:
2021-12-17 04:30:21 +08:00
parent 52d26c4481
commit 5bf8a7feb1
+1 -1
View File
@@ -92,7 +92,7 @@ abstract class AbstractCollection extends Component implements \IteratorAggregat
*/
public function addItem($item)
{
array_push($this->_item, $item);
$this->_item[] = $item;
}
/**