- saveAll() now also supports arrays
This commit is contained in:
parent
bd61522a07
commit
a4743b471c
|
@ -200,7 +200,7 @@ class Repository
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function saveAll(EntityCollection $collection) : int
|
public function saveAll(EntityCollection|array $collection) : int
|
||||||
{
|
{
|
||||||
$changed = 0;
|
$changed = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue