Skip to content

Commit f9ae2b1

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: Use BaseKernel class alias
2 parents a358657 + 507bb7c commit f9ae2b1

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)