11 lines
No EOL
136 B
PHP
11 lines
No EOL
136 B
PHP
<?php
|
|
|
|
namespace App\Model\Entity;
|
|
|
|
use Cake\ORM\Entity;
|
|
|
|
class PriceHistory extends Entity {
|
|
public $useDbConfig = 'localdb';
|
|
}
|
|
|
|
?>
|