mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-15 16:14:32 +02:00
14 lines
162 B
PHP
14 lines
162 B
PHP
<?php
|
|
namespace PhpAmqpLib\Connection;
|
|
|
|
/**
|
|
* Class AMQPConnection
|
|
*
|
|
* Kept for BC
|
|
*
|
|
* @deprecated
|
|
*/
|
|
class AMQPConnection extends AMQPStreamConnection
|
|
{
|
|
}
|