We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1d04d commit fe2000cCopy full SHA for fe2000c
src/Controllers/DocumentApiController.php
@@ -17,7 +17,7 @@ class DocumentApiController extends ApiController
17
*/
18
public function index(Request $request)
19
{
20
- if($lang = $request->input('lang')) {
+ if ($lang = $request->input('lang')) {
21
\App::setLocale($lang);
22
}
23
0 commit comments