Merge branch '1.0' into develop

This commit is contained in:
Luke Towers 2020-09-04 15:23:02 -06:00
commit 482167d1d1
1 changed files with 7 additions and 0 deletions

View File

@ -37,6 +37,13 @@ class CmsObject extends HalcyonModel implements CmsObjectContract
*/
public $customMessages = [];
/**
* @var int The maximum allowed path nesting level. The default value is 2,
* meaning that files can only exist in the root directory, or in a
* subdirectory. Set to null if any level is allowed.
*/
protected $maxNesting = null;
/**
* @var array The attributes that are mass assignable.
*/