Skip to content

Commit 4fb3650

Browse files
authored
Fix default Kernel location
1 parent c25162b commit 4fb3650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ Alternatively, you can use [Composer](http://getcomposer.org) to install the sta
1212

1313
`composer require api-platform/core`
1414

15-
Then, update your `app/config/AppKernel.php` file:
15+
Then, update your `app/AppKernel.php` file:
1616

1717
```php
1818
<?php
19-
// app/config/AppKernel.php
19+
// app/AppKernel.php
2020

2121
public function registerBundles()
2222
{

0 commit comments

Comments
 (0)