Skip to content

Commit

Permalink
Update array notation.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 21, 2012
1 parent b5af663 commit bddea2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App/webroot/index.php
Expand Up @@ -32,5 +32,5 @@
$Dispatcher = new Dispatcher();
$Dispatcher->dispatch(
Request::createFromGlobals(),
new Response(array('charset' => Configure::read('App.encoding')))
new Response(['charset' => Configure::read('App.encoding')])
);

0 comments on commit bddea2b

Please sign in to comment.