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 6a06a48 commit fc66746Copy full SHA for fc66746
packages/framework/src/Foundation/Kernel/Hyperlinks.php
@@ -8,13 +8,11 @@
8
use BadMethodCallException;
9
use Hyde\Support\Models\Route;
10
use Hyde\Foundation\HydeKernel;
11
-use Hyde\Framework\Exceptions\FileNotFoundException;
12
use Illuminate\Support\Str;
13
14
use function str_ends_with;
15
use function str_starts_with;
16
use function substr_count;
17
-use function file_exists;
18
use function str_replace;
19
use function str_repeat;
20
use function substr;
0 commit comments