mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 23:44:30 -04:00
fixes for typo
This commit is contained in:
parent
23b7c6667e
commit
630a163ecd
@ -411,7 +411,7 @@ class Client extends BaseModel implements HasLocalePreference
|
|||||||
|
|
||||||
public function date_format()
|
public function date_format()
|
||||||
{
|
{
|
||||||
$date_formats = app('date_formts');
|
$date_formats = app('date_formats');
|
||||||
// $date_formats = Cache::get('date_formats');
|
// $date_formats = Cache::get('date_formats');
|
||||||
|
|
||||||
// if (! $date_formats) {
|
// if (! $date_formats) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user