Upgrade to 3.5.5

This commit is contained in:
Bastian Allgeier
2021-05-11 11:55:32 +02:00
parent de3560f3d6
commit efeff45192
146 changed files with 2008 additions and 1075 deletions

View File

@@ -76,7 +76,7 @@ abstract class Model
* Setter for the parent Kirby object
*
* @param \Kirby\Cms\App|null $kirby
* @return self
* @return $this
*/
protected function setKirby(App $kirby = null)
{
@@ -89,7 +89,7 @@ abstract class Model
*
* @internal
* @param \Kirby\Cms\Site|null $site
* @return self
* @return $this
*/
public function setSite(Site $site = null)
{