summaryrefslogtreecommitdiff
path: root/dev-php/json-schema/files
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/json-schema/files')
-rw-r--r--dev-php/json-schema/files/autoload.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/dev-php/json-schema/files/autoload.php b/dev-php/json-schema/files/autoload.php
deleted file mode 100644
index c8a6c8a8b715..000000000000
--- a/dev-php/json-schema/files/autoload.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-/**
- * Autoloader for justinrainbow/json-schema and its dependencies
- */
-
-if (!class_exists('Fedora\\Autoloader\\Autoload', false)) {
- require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
-}
-
-\Fedora\Autoloader\Autoload::addPsr4('JsonSchema\\', __DIR__);