Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f52e791

Browse files
committed
fixed filename, thanks to @rpmsk
1 parent 6ac450b commit f52e791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/from_flat_php_to_symfony2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ the HTTP response being returned. Use them to improve the blog:
462462

463463
<?php
464464
// index.php
465-
require_once 'vendor/bootstrap.php';
465+
require_once 'vendor/autoload.php';
466466

467467
use Symfony\Component\HttpFoundation\Request;
468468
use Symfony\Component\HttpFoundation\Response;

0 commit comments

Comments
 (0)