1
0

downgrade to kirby v3

This commit is contained in:
Philip Wagner
2024-09-01 10:47:15 +02:00
parent a4b2aece7b
commit af86acb7a1
1085 changed files with 54743 additions and 65042 deletions

View File

@@ -5,7 +5,7 @@ namespace Kirby\Cms;
use Kirby\Toolkit\Properties;
/**
* @deprecated 4.0.0 will be removed in Kirby 5.0
* Foundation for Page, Site, File and User models.
*
* @package Kirby Cms
* @author Bastian Allgeier <bastian@getkirby.com>
@@ -53,7 +53,7 @@ abstract class Model
/**
* Each model must return a unique id
*
* @return string|null
* @return string|int
*/
public function id()
{