mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
Add lib/PhpAmqpLib
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
namespace PhpAmqpLib\Connection;
|
||||
|
||||
/**
|
||||
* Class AMQPConnection
|
||||
*
|
||||
* Kept for BC
|
||||
*
|
||||
* @deprecated
|
||||
*/
|
||||
class AMQPConnection extends AMQPStreamConnection
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user