mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
Add missing extend to PageInterface
This commit is contained in:
parent
4e03f19bac
commit
5008672a48
|
|
@ -14,6 +14,6 @@ use Grav\Common\Media\Interfaces\MediaInterface;
|
|||
/**
|
||||
* Class implements page interface.
|
||||
*/
|
||||
interface PageInterface extends PageContentInterface, PageRoutableInterface, MediaInterface, PageLegacyInterface
|
||||
interface PageInterface extends PageContentInterface, PageRoutableInterface, PageTranslateInterface, MediaInterface, PageLegacyInterface
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user