Skip to content

Commit

Permalink
API Change Page_Controller to PageController (PSR-2 compliance)
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Jan 5, 2017
1 parent 51a9fdf commit fb06cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysite/code/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb06cc0

Please sign in to comment.