summaryrefslogtreecommitdiff
path: root/vendor/symfony/http-kernel/KernelInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/http-kernel/KernelInterface.php')
-rw-r--r--vendor/symfony/http-kernel/KernelInterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/symfony/http-kernel/KernelInterface.php b/vendor/symfony/http-kernel/KernelInterface.php
index 93c4190b9b..ead6920e77 100644
--- a/vendor/symfony/http-kernel/KernelInterface.php
+++ b/vendor/symfony/http-kernel/KernelInterface.php
@@ -24,7 +24,7 @@ use Symfony\Component\HttpKernel\Bundle\BundleInterface;
*
* @method string getProjectDir() Gets the project dir (path of the project's composer file) - not defining it is deprecated since Symfony 4.2
*/
-interface KernelInterface extends HttpKernelInterface, \Serializable
+interface KernelInterface extends HttpKernelInterface
{
/**
* Returns an array of bundles to register.