fixes for typo

This commit is contained in:
David Bomba 2024-06-03 10:19:37 +10:00
parent 23b7c6667e
commit 630a163ecd
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -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,
], ],
/* /*