mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Minor
This commit is contained in:
parent
bee85771c6
commit
3ff31f2180
@ -266,7 +266,6 @@ class Controller extends BaseController
|
||||
|
||||
/**
|
||||
* Returns the Twig environment.
|
||||
*
|
||||
* @return Twig_Environment
|
||||
*/
|
||||
public function getTwig()
|
||||
@ -276,6 +275,7 @@ class Controller extends BaseController
|
||||
|
||||
/**
|
||||
* Initializes the custom layout and page objects.
|
||||
* @return void
|
||||
*/
|
||||
protected function initCustomObjects()
|
||||
{
|
||||
@ -296,6 +296,7 @@ class Controller extends BaseController
|
||||
|
||||
/**
|
||||
* Initializes the components for the layout and page.
|
||||
* @return void
|
||||
*/
|
||||
protected function initComponents()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user