Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit fd7c26f

Browse files
authored
Update Functions.php
1 parent f23aa01 commit fd7c26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Globals/Functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ function route(
218218
function asset(string $filename, string $path_type = RELATIVE_PATH): string
219219
{
220220
$filename = preg_replace('/(::)|::/', '/', $filename);
221-
$filename = strtolower(trim($filename, '\/\/'));
221+
$filename = trim($filename, '\/\/');
222222

223223
switch (php_sapi_name()) {
224224
case 'cli-server':

0 commit comments

Comments
 (0)