[Messenger] made a const private

This commit is contained in:
Fabien Potencier 2019-03-31 19:35:08 +02:00
parent dafc357fb9
commit 9669e13554
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ use Symfony\Component\Messenger\Exception\TransportException;
*/
class Connection
{
const DEFAULT_OPTIONS = [
private const DEFAULT_OPTIONS = [
'table_name' => 'messenger_messages',
'queue_name' => 'default',
'redeliver_timeout' => 3600,