Update to Kirby 4.7.0
This commit is contained in:
parent
02a9ab387c
commit
ba25a9a198
509 changed files with 26604 additions and 14872 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
namespace Kirby\Uuid;
|
||||
|
||||
use Kirby\Cms\Field;
|
||||
use Kirby\Cms\Structure;
|
||||
use Kirby\Content\Field;
|
||||
|
||||
/**
|
||||
* UUID for \Kirby\Cms\StructureObject
|
||||
|
@ -26,7 +26,7 @@ class StructureUuid extends FieldUuid
|
|||
/**
|
||||
* @var \Kirby\Cms\StructureObject|null
|
||||
*/
|
||||
public Identifiable|null $model;
|
||||
public Identifiable|null $model = null;
|
||||
|
||||
/**
|
||||
* Converts content field to a Structure collection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue