Skip to content

Commit 507bb7c

Browse files
committed
Merge branch '5.2' into 5.3
* 5.2: Use BaseKernel class alias
2 parents cdaba3a + 11c1151 commit 507bb7c

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)