File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ It comes pre-configured with the following bundles:
51
51
capabilities
52
52
53
53
* [ ** WebServerBundle** ] [ 14 ] (in dev env) - Adds commands for running applications
54
- using the PHP built-in web servep
54
+ using the PHP built-in web server
55
55
56
56
* ** DebugBundle** (in dev/test env) - Adds Debug and VarDumper component
57
57
integration
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ doctrine:
50
50
charset : UTF8
51
51
# if using pdo_sqlite as your database driver:
52
52
# 1. add the path in parameters.yml
53
- # e.g. database_path: " %kernel.project_dir%/var/data/data.sqlite"
53
+ # e.g. database_path: ' %kernel.project_dir%/var/data/data.sqlite'
54
54
# 2. Uncomment database_path in parameters.yml.dist
55
55
# 3. Uncomment next line:
56
56
# path: '%database_path%'
Original file line number Diff line number Diff line change 3
3
namespace AppBundle \Controller ;
4
4
5
5
use Sensio \Bundle \FrameworkExtraBundle \Configuration \Route ;
6
- use Symfony \Bundle \FrameworkBundle \Controller \AbstractController ;
6
+ use Symfony \Bundle \FrameworkBundle \Controller \Controller ;
7
7
use Symfony \Component \HttpFoundation \Request ;
8
8
9
- class DefaultController extends AbstractController
9
+ class DefaultController extends Controller
10
10
{
11
11
/**
12
12
* @Route("/", name="homepage")
You can’t perform that action at this time.
0 commit comments