phpci/PHPCI/Store/BuildMetaStore.php
2013-10-10 01:12:30 +01:00

19 lines
359 B
PHP

<?php
/**
* BuildMeta store for table: build_meta
*/
namespace PHPCI\Store;
use PHPCI\Store\Base\BuildMetaStoreBase;
/**
* BuildMeta Store
* @uses PHPCI\Store\Base\BuildMetaStoreBase
*/
class BuildMetaStore extends BuildMetaStoreBase
{
// This class has been left blank so that you can modify it - changes in this file will not be overwritten.
}