mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
API Change Page_Controller to PageController (PSR-2 compliance)
This commit is contained in:
parent
51a9fdf5d1
commit
fb06cc0075
@ -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
|
* An array of actions that can be accessed via a request. Each array element should be an action name, and the
|
||||||
|
Loading…
Reference in New Issue
Block a user