From a2980a491d220dbbb805adef190d8a2f2c18ddaa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 5 Jun 2013 09:11:23 +0200 Subject: php-nrk-Predis: cleanups --- autoload.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 autoload.php (limited to 'autoload.php') diff --git a/autoload.php b/autoload.php new file mode 100644 index 0000000..be08eb1 --- /dev/null +++ b/autoload.php @@ -0,0 +1,14 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +require __DIR__.'/lib/Predis/Autoloader.php'; + +Predis\Autoloader::register(); -- cgit