We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7449e0a commit 25efb9bCopy full SHA for 25efb9b
packages/framework/src/Hyde.php
@@ -14,6 +14,7 @@
14
use Hyde\Support\Models\Route;
15
use Illuminate\Support\Facades\Facade;
16
use Illuminate\Support\HtmlString;
17
+use JetBrains\PhpStorm\Pure;
18
19
/**
20
* General facade for Hyde services.
@@ -87,6 +88,7 @@ public static function getFacadeRoot(): HydeKernel
87
88
return HydeKernel::getInstance();
89
}
90
91
+ #[Pure]
92
public static function kernel(): HydeKernel
93
{
94
0 commit comments