From 6cd3ea995cdf5de7424d8aee447d582f72980110 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Thu, 16 Mar 2023 12:06:58 +0000 Subject: [PATCH] Apply fixes from StyleCI --- packages/framework/src/Foundation/HydeKernel.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/framework/src/Foundation/HydeKernel.php b/packages/framework/src/Foundation/HydeKernel.php index 6f626910a75..f1427ba76b1 100644 --- a/packages/framework/src/Foundation/HydeKernel.php +++ b/packages/framework/src/Foundation/HydeKernel.php @@ -34,6 +34,7 @@ * by type-hinting the HydeKernel::class, or use the hyde() function to get the Kernel. * * The Kernel instance is constructed in bootstrap.php, and is available globally as $hyde. + * * @see \Hyde\Framework\Testing\Feature\HydeKernelTest */ class HydeKernel implements SerializableContract @@ -77,7 +78,7 @@ public function __construct(?string $basePath = null) $this->filesystem = new Filesystem($this); $this->hyperlinks = new Hyperlinks($this); - // fix me + // fix me $this->registerExtension(HydeCoreExtension::class); }