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