Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.

Commit e8a816e

Browse files
committed
Fix call to Kernel
1 parent dcd4826 commit e8a816e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use Symfony\Component\Config\Definition\Builder\TreeBuilder;
66
use Symfony\Component\Config\Definition\ConfigurationInterface;
7-
use App\Kernel;
7+
use Symfony\Component\HttpKernel\Kernel;
88

99
/**
1010
* This is the class that validates and merges configuration from your app/config files.

0 commit comments

Comments
 (0)