1
0
mirror of synced 2025-01-19 06:51:40 +03:00

10 lines
145 B
PHP
Raw Normal View History

<?php
namespace Doctrine\ORM\Query\Expr;
class Literal extends Base
{
protected $_preSeparator = '';
protected $_postSeparator = '';
}