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