1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-13 17:34:04 +02:00
This commit is contained in:
Oliver Vogel
2021-11-05 19:35:26 +01:00
parent cec4a37b76
commit f035494b3d

View File

@@ -20,7 +20,7 @@ class Collection implements CollectionInterface, IteratorAggregate, Countable
*/
public function __construct(array $items = [])
{
$this->items = $items
$this->items = $items;
}
/**