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