remove redundant method

This commit is contained in:
David Bomba 2021-02-23 23:45:50 +11:00
parent 0f3f4a59a7
commit c20d2eedbc

View File

@ -223,16 +223,6 @@ class Client extends BaseModel implements HasLocalePreference
})->first()->format;
}
public function translated_date_format()
{
$date_formats = Cache::get('date_formats');
return $date_formats->filter(function ($item) {
return $item->id == $this->getSetting('date_format_id');
})->first()->translated_format;
}
public function currency()
{
$currencies = Cache::get('currencies');