Regaez/grav-plugin-api

refactor: use new Resource abstracts for Page type

Regaez opened this issue · 0 comments

Change PageResource and PageCollectionResource to extend the new Resource and CollectionResource abstract classes, respectively.

This should result in less code duplication since all the resources currently share functions that behave similarly.