for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace hipanel\modules\finance\models;
use hiqdev\hiart\ActiveRecord;
class Value extends ActiveRecord
{
public function attributes()
return [
'currency',
'value',
'price',
'discounted_price',
];
}