mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-07 21:18:39 +00:00
Removed unused code part
This commit is contained in:
parent
e6e605f43a
commit
905dbe3b48
|
|
@ -233,11 +233,6 @@ final class UriFactory
|
||||||
return $toMatch[$match] ?? self::$uri[$match] ?? $match;
|
return $toMatch[$match] ?? self::$uri[$match] ?? $match;
|
||||||
}, $uri);
|
}, $uri);
|
||||||
|
|
||||||
// todo: maybe don't do this and adjust unique?!
|
|
||||||
if (\strpos($parsed, '?')) {
|
|
||||||
\str_replace('&', '?', $parsed);
|
|
||||||
}
|
|
||||||
|
|
||||||
return self::unique($parsed);
|
return self::unique($parsed);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user