fix style

This commit is contained in:
osaajani 2021-01-14 03:32:17 +01:00
parent cc233f726a
commit aac464704e
34 changed files with 147 additions and 107 deletions

View file

@ -44,9 +44,9 @@ class User extends \descartes\Controller
{
$this->render('user/list');
}
/**
* Return users as json
* Return users as json.
*/
public function list_json()
{