Remove Rabbitmq.php dependency on Amazon S3 stuff (which was the main purpose of the last commit)...

This commit is contained in:
Albert Santoni 2015-01-26 13:19:48 -05:00
parent dbba5a7427
commit 8e2366f6fb
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
<?php
require_once 'php-amqplib/amqp.inc';
require_once 'Amazon_S3StorageBackend.php';
class Application_Model_RabbitMq
{