芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/app/Models/Currency.php
$invoices * @property-read int|null $invoices_count * @method static \Illuminate\Database\Eloquent\Builder|Currency whereCurrencyPosition($value) * @method static \Illuminate\Database\Eloquent\Builder|Currency whereDecimalSeparator($value) * @method static \Illuminate\Database\Eloquent\Builder|Currency whereNoOfDecimal($value) * @method static \Illuminate\Database\Eloquent\Builder|Currency whereThousandSeparator($value) * @mixin \Eloquent */ class Currency extends BaseModel { use HasCompany; public function invoices() { return $this->hasMany(Invoice::class); } }