Upgrade to 3.9.0
This commit is contained in:
@@ -13,7 +13,7 @@ use Kirby\Cms\ModelWithContent;
|
||||
* @copyright Bastian Allgeier
|
||||
* @license https://opensource.org/licenses/MIT
|
||||
*
|
||||
* // TODO: include in test coverage in 3.9
|
||||
* // TODO: include in test coverage in 3.10
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class Node
|
||||
@@ -53,7 +53,6 @@ class Node
|
||||
return Factory::make(static::class, $props);
|
||||
}
|
||||
|
||||
|
||||
public static function load(string|array $props): static
|
||||
{
|
||||
// load by path
|
||||
|
||||
Reference in New Issue
Block a user