diff options
-rw-r--r-- | php-sabre-uri-autoload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-sabre-uri-autoload.php b/php-sabre-uri-autoload.php index 084184a..f5a2e55 100644 --- a/php-sabre-uri-autoload.php +++ b/php-sabre-uri-autoload.php @@ -17,5 +17,5 @@ if (!isset($fedoraClassLoader) || !($fedoraClassLoader instanceof \Symfony\Compo $fedoraClassLoader->addPrefix('Sabre\\Uri\\', dirname(dirname(__DIR__))); -// Function +// Functions require_once __DIR__ . '/functions.php'; |