mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 23:56:25 +03:00
removed final from Kernel
This commit is contained in:
@@ -11,7 +11,7 @@ use Symfony\Component\Routing\RouteCollectionBuilder;
|
||||
/**
|
||||
* @author Fabien Potencier <fabien@symfony.com>
|
||||
*/
|
||||
final class Kernel extends BaseKernel
|
||||
class Kernel extends BaseKernel
|
||||
{
|
||||
use MicroKernelTrait;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user