propel-bundle/Model/Acl/SecurityIdentityQuery.php
Toni Uebernickel f6edbe3e7b add model for access control list
The schema is compatible with the distributed schema of the Security component.
2012-02-07 17:25:33 +01:00

19 lines
397 B
PHP

<?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
*/
namespace Propel\PropelBundle\Model\Acl;
use Propel\PropelBundle\Model\Acl\om\BaseSecurityIdentityQuery;
class SecurityIdentityQuery extends BaseSecurityIdentityQuery
{
}