Skip to content

Commit 11c1151

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: Use BaseKernel class alias
2 parents c7903ce + 57aaeb3 commit 11c1151

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
@@ -85,7 +85,7 @@ your application::
8585
// src/Kernel.php
8686

8787
// ...
88-
class Kernel extends Kernel
88+
class Kernel extends BaseKernel
8989
{
9090
// ...
9191

0 commit comments

Comments
 (0)