Upgrade to 3.4.3
This commit is contained in:
@@ -24,7 +24,7 @@ class Structure extends Collection
|
||||
* Creates a new Collection with the given objects
|
||||
*
|
||||
* @param array $objects
|
||||
* @param object $parent
|
||||
* @param object|null $parent
|
||||
*/
|
||||
public function __construct($objects = [], $parent = null)
|
||||
{
|
||||
@@ -40,6 +40,7 @@ class Structure extends Collection
|
||||
*
|
||||
* @param string $id
|
||||
* @param array|StructureObject $props
|
||||
* @throws \Kirby\Exception\InvalidArgumentException
|
||||
*/
|
||||
public function __set(string $id, $props)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user