Skip to content

Commit

Permalink
Fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jul 15, 2015
1 parent 8cec82b commit 0905395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_framework/http-kernel-controller-resolver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Let's conclude with the new version of our framework::

function render_template(Request $request)
{
extract($request->attributes->all());
extract($request->attributes->all(), EXTR_SKIP);
ob_start();
include sprintf(__DIR__.'/../src/pages/%s.php', $_route);

Expand Down

0 comments on commit 0905395

Please sign in to comment.