Ajout log
This commit is contained in:
parent
c8b5cc37cf
commit
3fe636f23f
@ -17,6 +17,7 @@ class IndexController extends AbstractActionController
|
|||||||
{
|
{
|
||||||
public function indexAction()
|
public function indexAction()
|
||||||
{
|
{
|
||||||
|
error_log('Action : indexAction');
|
||||||
$view = new ViewModel();
|
$view = new ViewModel();
|
||||||
$view->setTerminal(true);
|
$view->setTerminal(true);
|
||||||
return $view;
|
return $view;
|
||||||
|
@ -21,6 +21,7 @@ class IndexController extends AbstractActionController
|
|||||||
|
|
||||||
public function vaultAction()
|
public function vaultAction()
|
||||||
{ $view = new ViewModel();
|
{ $view = new ViewModel();
|
||||||
|
error_log('Action : vaultAction');
|
||||||
$view->setTerminal(true);
|
$view->setTerminal(true);
|
||||||
return $view;
|
return $view;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user