chapter hgroup + calming decor
This commit is contained in:
parent
0545b131de
commit
94d14d70c1
370 changed files with 9583 additions and 1566 deletions
|
|
@ -118,6 +118,10 @@ class Changes
|
|||
{
|
||||
/**
|
||||
* @var \Kirby\Cms\Pages $pages
|
||||
*
|
||||
* Always pass at least two arguments even if the
|
||||
* data is empty so that `$site->find()` always
|
||||
* returns a collection, not a single page
|
||||
*/
|
||||
$pages = $this->kirby->site()->find(
|
||||
false,
|
||||
|
|
@ -185,6 +189,10 @@ class Changes
|
|||
{
|
||||
/**
|
||||
* @var \Kirby\Cms\Users $users
|
||||
*
|
||||
* Always pass at least two arguments even if the
|
||||
* data is empty so that `$users->find()` always
|
||||
* returns a collection, not a single user
|
||||
*/
|
||||
$users = $this->kirby->users()->find(
|
||||
false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue