Commit 44de656e authored by Ad Schellevis's avatar Ad Schellevis

fix API template, wrong arguments

parent 34093398
...@@ -47,10 +47,9 @@ class ApiControllerBase extends Controller ...@@ -47,10 +47,9 @@ class ApiControllerBase extends Controller
/** /**
* before routing event * before routing event
* @param Event $event
* @param Dispatcher $dispatcher * @param Dispatcher $dispatcher
*/ */
public function beforeExecuteRoute(Event $event, Dispatcher $dispatcher) public function beforeExecuteRoute($dispatcher)
{ {
//$auth = $this->session->get('auth'); //$auth = $this->session->get('auth');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment