mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-27 00:28:47 +00:00
15 lines
163 B
PHP
15 lines
163 B
PHP
<?php
|
|
|
|
namespace PhpAmqpLib\Connection;
|
|
|
|
/**
|
|
* Class AMQPConnection
|
|
*
|
|
* Kept for BC
|
|
*
|
|
* @deprecated
|
|
*/
|
|
class AMQPConnection extends AMQPStreamConnection
|
|
{
|
|
}
|