Skip to content

Commit c30e062

Browse files
authored
Update KernelHelperInterface.php
1 parent d6aef71 commit c30e062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Frdlweb/KernelHelperInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function end() :void;
3939
public function isReservedScheme(string $protocol) : bool;
4040
public function isMounted(string $protocol) : bool;
4141
public function mountDir(string $protocol, string | \callable | \Closure $dir, bool $firstUnmount = false);
42-
public function getKernel(): \Frdlweb\AdvancedWebAppInterface;
42+
//public function getKernel(): \Frdlweb\AdvancedWebAppInterface;
4343
public function dotty(string $str) : string;
4444
public function loadFromUrlForCache($url ,
4545
\closure | \callable $filter = null,

0 commit comments

Comments
 (0)