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…
Reference in New Issue