propel-bundle/Model/Acl/SecurityIdentityQuery.php

19 lines
438 B
PHP
Raw Normal View History

2013-12-12 17:48:16 +01:00
<?php
/**
* This file is part of the PropelBundle package.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @license MIT License
*/
2016-02-11 19:14:03 +01:00
namespace Propel\Bundle\PropelBundle\Model\Acl;
2013-12-12 17:48:16 +01:00
2016-02-11 19:14:03 +01:00
use Propel\Bundle\PropelBundle\Model\Acl\Base\SecurityIdentityQuery as BaseSecurityIdentityQuery;
2013-12-12 17:48:16 +01:00
class SecurityIdentityQuery extends BaseSecurityIdentityQuery
{
}