API Change Page_Controller to PageController (PSR-2 compliance)

This commit is contained in:
Robbie Averill 2017-01-05 13:03:18 +13:00
parent 51a9fdf5d1
commit fb06cc0075

View File

@ -12,7 +12,7 @@ class Page extends SiteTree {
);
}
class Page_Controller extends ContentController {
class PageController extends ContentController {
/**
* An array of actions that can be accessed via a request. Each array element should be an action name, and the