Document instance calls fix.

Signed-off-by: enyst <engel.nyst@gmail.com>
pull/55/head
enyst 12 years ago
parent c0ae6dbc31
commit 55651d2b08

@ -743,4 +743,4 @@ $app->route('/', function(){
$app->start();
```
So instead of calling the static method, you would call
So instead of calling the static method, you would call the instance method with the same name on the Engine object.

Loading…
Cancel
Save