correct parameters for Agent-actions
This commit is contained in:
parent
99a1d525a7
commit
978ce5156d
7 changed files with 7 additions and 7 deletions
|
|
@ -26,7 +26,7 @@
|
||||||
/**
|
/**
|
||||||
* Action: index.
|
* Action: index.
|
||||||
*/
|
*/
|
||||||
public function index()
|
public function index(\nre\core\Request $request, \nre\core\Response $response)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
/**
|
/**
|
||||||
* Action: index.
|
* Action: index.
|
||||||
*/
|
*/
|
||||||
public function index()
|
public function index(\nre\core\Request $request, \nre\core\Response $response)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
/**
|
/**
|
||||||
* Action: index.
|
* Action: index.
|
||||||
*/
|
*/
|
||||||
public function index()
|
public function index(\nre\core\Request $request, \nre\core\Response $response)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
/**
|
/**
|
||||||
* Action: index.
|
* Action: index.
|
||||||
*/
|
*/
|
||||||
public function index()
|
public function index(\nre\core\Request $request, \nre\core\Response $response)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
/**
|
/**
|
||||||
* Action: index.
|
* Action: index.
|
||||||
*/
|
*/
|
||||||
public function index()
|
public function index(\nre\core\Request $request, \nre\core\Response $response)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
/**
|
/**
|
||||||
* Action: index.
|
* Action: index.
|
||||||
*/
|
*/
|
||||||
public function index()
|
public function index(\nre\core\Request $request, \nre\core\Response $response)
|
||||||
{
|
{
|
||||||
// Add menu
|
// Add menu
|
||||||
$this->addSubAgent('Menu');
|
$this->addSubAgent('Menu');
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
/**
|
/**
|
||||||
* Action: index.
|
* Action: index.
|
||||||
*/
|
*/
|
||||||
public function index()
|
public function index(\nre\core\Request $request, \nre\core\Response $response)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue