Commit 513c9c75 authored by Taylor Otwell's avatar Taylor Otwell

Remove "do" from filter example.

parent 8781e52a
...@@ -29,7 +29,7 @@ return array( ...@@ -29,7 +29,7 @@ return array(
| |
| Next, attach the filter to a route: | Next, attach the filter to a route:
| |
| 'GET /' => array('before' => 'simple_filter', 'do' => function() | 'GET /' => array('before' => 'simple_filter', function()
| { | {
| return 'Hello World!'; | return 'Hello World!';
| }) | })
......
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