Skip to content

Instantly share code, notes, and snippets.

@jeichorn
Last active February 7, 2020 21:39
Show Gist options
  • Save jeichorn/5a53da521527549d12d80507e1df56c5 to your computer and use it in GitHub Desktop.
Save jeichorn/5a53da521527549d12d80507e1df56c5 to your computer and use it in GitHub Desktop.
diff --git a/vendor/league/uri-schemes/src/functions_include.php b/backends/vendor/league/uri-schemes/src/functions_include.php
index ea9b31d40..8f8892dff 100644
--- a/src/functions_include.php
+++ b/src/functions_include.php
@@ -15,5 +15,4 @@
*/
if (!function_exists('League\Uri\create')) {
require __DIR__.'/functions.php';
- require __DIR__.'/Schemes/deprecated.php';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment