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

Skip to content

Commit c488fcc

Browse files
committed
Merge pull request #2157 from WouterJ/patch-6
[Book] Fixed filename in flat to php article
2 parents 6ac450b + f52e791 commit c488fcc

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)