Skip to content

Commit b295eeb

Browse files
authored
Use BaseKernel class alias
This PR fixes a namespace conflict.
1 parent 9b37567 commit b295eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/override_dir_structure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ method::
8080
// src/Kernel.php
8181

8282
// ...
83-
class Kernel extends Kernel
83+
class Kernel extends BaseKernel
8484
{
8585
// ...
8686

0 commit comments

Comments
 (0)