1
0
This repository has been archived on 2025-06-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
LuckyCoinkydink/bundled-libs/zendframework/zend-db/Zend/Db/Sql/Predicate/Literal.php
2013-08-18 12:46:45 +02:00

11 lines
151 B
PHP

<?php
namespace Zend\Db\Sql\Predicate;
use Zend\Db\Sql\Literal as BaseLiteral;
class Literal extends BaseLiteral implements PredicateInterface
{
}