tutorial-console fix param input (#13315)

This commit is contained in:
bonzzy
2017-01-02 14:30:25 +01:00
committed by Carsten Brandt
parent bcc56d8323
commit 4cc2a620ba
4 changed files with 4 additions and 4 deletions

View File

@ -140,7 +140,7 @@ class HelloController extends Controller
{
public $message;
public function options()
public function options($actionID)
{
return ['message'];
}