PHP 8.1 support preparations

This commit is contained in:
Marcel Pociot
2021-12-16 16:41:26 +01:00
parent c8c47e8bf6
commit 42044f35d9
11 changed files with 11 additions and 60 deletions

View File

@@ -26,7 +26,7 @@ return [
|
*/
'version' => '2.0.2',
'version' => '2.1.0',
/*
|--------------------------------------------------------------------------
@@ -59,4 +59,6 @@ return [
Illuminate\Translation\TranslationServiceProvider::class,
],
'locale' => 'en',
];