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) {
|
||||||
|
@ -201,7 +201,7 @@ return [
|
|||||||
App\Providers\MultiDBProvider::class,
|
App\Providers\MultiDBProvider::class,
|
||||||
App\Providers\ClientPortalServiceProvider::class,
|
App\Providers\ClientPortalServiceProvider::class,
|
||||||
App\Providers\NinjaTranslationServiceProvider::class,
|
App\Providers\NinjaTranslationServiceProvider::class,
|
||||||
App\Providers\StaticServiceProvider::class,
|
App\Providers\StaticServiceProvider::class,
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user