Skip to content

Commit ed43bc1

Browse files
committed
ensure BC
1 parent d80f23a commit ed43bc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Entity/AbstractPagePart.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ abstract class AbstractPagePart extends AbstractEntity implements PagePartInterf
1818
*
1919
* @return string
2020
*/
21-
public function getAdminView(PageInterface $page = null)
21+
public function getAdminView()
2222
{
2323
return $this->getDefaultView();
2424
}

Helper/PagePartInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function getDefaultView();
2323
* @abstract
2424
* @return string
2525
*/
26-
public function getAdminView(PageInterface $page = null);
26+
public function getAdminView();
2727

2828
/**
2929
* This method can be used to override the default view for a specific page type

0 commit comments

Comments
 (0)