Standard.php 495 B

1234567891011121314151617181920212223242526
  1. <?php
  2. /**
  3. *
  4. * PHP Pro Bid $Id$ cOvGSa9QPt4189rmC7aLgem5hXPRB+LLhHrBiSlt62c=
  5. *
  6. * @link http://www.phpprobid.com
  7. * @copyright Copyright (c) 2017 Online Ventures Software & CodeCube SRL
  8. * @license http://www.phpprobid.com/license Commercial License
  9. *
  10. * @version 7.9 [rev.7.9.01]
  11. */
  12. /**
  13. * global categories table service class
  14. */
  15. namespace Ppb\Service\Table\Relational\Categories;
  16. use Ppb\Service\Table\Relational\Categories;
  17. class Standard extends Categories
  18. {
  19. }