[TOOLS][DOCS] Add missing doc blocks

This commit is contained in:
2021-11-25 23:16:04 +00:00
parent b1262919da
commit edf1b30e89
3 changed files with 16 additions and 0 deletions

View File

@@ -187,6 +187,9 @@ class UserPanel extends Controller
return $form;
}
/**
* Controller for defining the ordering of a users's languages
*/
public function sortLanguages(Request $request)
{
$user = Common::ensureLoggedIn();