Skip to content

Commit 004526b

Browse files
authored
Update built_in_web_server.rst
Kernel cannot extend Kernel ;)
1 parent be08c1b commit 004526b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/built_in_web_server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ First, execute this command:
3232
Then, enable the bundle in the kernel of the application::
3333

3434
// src/Kernel.php
35-
class Kernel extends Kernel
35+
class Kernel extends BaseKernel
3636
{
3737
public function registerBundles()
3838
{

0 commit comments

Comments
 (0)