diff options
-rw-r--r-- | php-sabre-xml-autoload.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/php-sabre-xml-autoload.php b/php-sabre-xml-autoload.php index c50ba4e..460befe 100644 --- a/php-sabre-xml-autoload.php +++ b/php-sabre-xml-autoload.php @@ -9,6 +9,7 @@ require_once '/usr/share/php/Fedora/Autoloader/autoload.php'; require_once __DIR__ . '/Deserializer/functions.php'; require_once __DIR__ . '/Serializer/functions.php'; -// Dependencies -require_once '/usr/share/php/Sabre/Uri/autoload.php'; +\Fedora\Autoloader\Dependencies::required(array( + '/usr/share/php/Sabre/Uri/autoload.php', +)); |