mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-10-28 08:46:45 +01:00
change getPage() method to public
This commit is contained in:
@@ -549,7 +549,7 @@ class Admin
|
|||||||
*
|
*
|
||||||
* @return Page
|
* @return Page
|
||||||
*/
|
*/
|
||||||
protected function getPage($path)
|
public function getPage($path)
|
||||||
{
|
{
|
||||||
/** @var Pages $pages */
|
/** @var Pages $pages */
|
||||||
$pages = $this->grav['pages'];
|
$pages = $this->grav['pages'];
|
||||||
|
|||||||
Reference in New Issue
Block a user