diff options
Diffstat (limited to 'php-icewind-streams-autoload.php')
-rw-r--r-- | php-icewind-streams-autoload.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/php-icewind-streams-autoload.php b/php-icewind-streams-autoload.php deleted file mode 100644 index ecbb3df..0000000 --- a/php-icewind-streams-autoload.php +++ /dev/null @@ -1,7 +0,0 @@ -<?php -/* Autoloader for icewind/streams and its dependencies */ - -require_once '/usr/share/php/Fedora/Autoloader/autoload.php'; - -\Fedora\Autoloader\Autoload::addPsr4('Icewind\\Streams\\', __DIR__); - |