Skip to content

Commit fe2000c

Browse files
OliverZieglerStyleCIBot
authored andcommitted
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 2b1d04d commit fe2000c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controllers/DocumentApiController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class DocumentApiController extends ApiController
1717
*/
1818
public function index(Request $request)
1919
{
20-
if($lang = $request->input('lang')) {
20+
if ($lang = $request->input('lang')) {
2121
\App::setLocale($lang);
2222
}
2323

0 commit comments

Comments
 (0)