mirror of
https://github.com/Intervention/image.git
synced 2025-08-13 17:34:04 +02:00
Bugfix
This commit is contained in:
@@ -20,7 +20,7 @@ class Collection implements CollectionInterface, IteratorAggregate, Countable
|
||||
*/
|
||||
public function __construct(array $items = [])
|
||||
{
|
||||
$this->items = $items
|
||||
$this->items = $items;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user