1234567891011121314151617181920212223242526 |
- <?php
- /**
- *
- * PHP Pro Bid $Id$ cOvGSa9QPt4189rmC7aLgem5hXPRB+LLhHrBiSlt62c=
- *
- * @link http://www.phpprobid.com
- * @copyright Copyright (c) 2017 Online Ventures Software & CodeCube SRL
- * @license http://www.phpprobid.com/license Commercial License
- *
- * @version 7.9 [rev.7.9.01]
- */
- /**
- * global categories table service class
- */
- namespace Ppb\Service\Table\Relational\Categories;
- use Ppb\Service\Table\Relational\Categories;
- class Standard extends Categories
- {
- }
|