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.
|
* Returns the Twig environment.
|
||||||
*
|
|
||||||
* @return Twig_Environment
|
* @return Twig_Environment
|
||||||
*/
|
*/
|
||||||
public function getTwig()
|
public function getTwig()
|
||||||
@ -276,6 +275,7 @@ class Controller extends BaseController
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Initializes the custom layout and page objects.
|
* Initializes the custom layout and page objects.
|
||||||
|
* @return void
|
||||||
*/
|
*/
|
||||||
protected function initCustomObjects()
|
protected function initCustomObjects()
|
||||||
{
|
{
|
||||||
@ -296,6 +296,7 @@ class Controller extends BaseController
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Initializes the components for the layout and page.
|
* Initializes the components for the layout and page.
|
||||||
|
* @return void
|
||||||
*/
|
*/
|
||||||
protected function initComponents()
|
protected function initComponents()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user