Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/laminas/laminas-db/src/Sql/Predicate/
Upload File :
Current File : //home/rtorresani/www/vendor/laminas/laminas-db/src/Sql/Predicate/NotIn.php

<?php

namespace Laminas\Db\Sql\Predicate;

class NotIn extends In
{
    /** @var string */
    protected $specification = '%s NOT IN %s';
}