'float', 'swap_currency_symbol' => 'boolean', 'updated_at' => 'timestamp', 'created_at' => 'timestamp', 'deleted_at' => 'timestamp', 'precision' => 'integer', ]; public function getName(): string { return trans('texts.currency_'.$this->name); } }