summaryrefslogtreecommitdiffstats
path: root/php-kdyby-events-autoload.php
diff options
context:
space:
mode:
Diffstat (limited to 'php-kdyby-events-autoload.php')
-rw-r--r--php-kdyby-events-autoload.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/php-kdyby-events-autoload.php b/php-kdyby-events-autoload.php
deleted file mode 100644
index e9738fc..0000000
--- a/php-kdyby-events-autoload.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-/* Autoloader for kdyby/events and its dependencies */
-require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
-
-\Fedora\Autoloader\Autoload::addPsr4('Kdyby\\Events\\', __DIR__);
-\Fedora\Autoloader\Dependencies::required(array(
- __DIR__ . '/exceptions.php',
- '/usr/share/php/Doctrine/Common/autoload.php',
- '/usr/share/php/Nette/DI/autoload.php',
- '/usr/share/php/Nette/Utils/autoload.php',
- '/usr/share/php/Nette/Reflection/autoload.php',
-));