block-explorer/src/Model/Entity/PriceHistory.php
2018-12-21 17:12:00 +01:00

11 lines
No EOL
136 B
PHP

<?php
namespace App\Model\Entity;
use Cake\ORM\Entity;
class PriceHistory extends Entity {
public $useDbConfig = 'localdb';
}
?>