From 01f519c5fd4e8c02e6c32f9d62a71516c708acb4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Dec 2015 07:25:35 +0100 Subject: php-solarium: 3.5.0 --- php-solarium-autoload.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 php-solarium-autoload.php (limited to 'php-solarium-autoload.php') diff --git a/php-solarium-autoload.php b/php-solarium-autoload.php new file mode 100644 index 0000000..ad48221 --- /dev/null +++ b/php-solarium-autoload.php @@ -0,0 +1,18 @@ +register(); +} + +$fedoraClassLoader->addPrefix('Solarium\\', dirname(__DIR__)); + +// dependencies +require_once $vendorDir . '/Symfony/Component/autoload.php'; -- cgit