Skip to content

Commit

Permalink
Update vendor-documentation.php
Browse files Browse the repository at this point in the history
Set default locale in en
  • Loading branch information
polarikus authored Oct 4, 2022
1 parent 57bdb43 commit f6b73ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configs/vendor-documentation.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
|
*/

'locale' => '.'.env('APIDOC_LOCALE'),
'locale' => '.'.env('APIDOC_LOCALE', 'en'),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit f6b73ca

Please sign in to comment.