Skip to content

Commit c86d9d6

Browse files
committed
Merge branch 'master' of github.com:mkusher/padawan.php
2 parents 388e7a5 + 086422c commit c86d9d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Application/BaseApplication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function after()
4949
return;
5050
}
5151

52-
protected function getArguments()
52+
protected function getArguments($request, $response, $data)
5353
{
5454
return [];
5555
}

0 commit comments

Comments
 (0)