- ORCID upper case in creator table

- PS2 formating for EditorController, IndexController, SubmitController
- all function camel case in HomeController
- composer update
This commit is contained in:
Arno Kaimbacher 2020-02-25 13:09:49 +01:00
parent 25f3175a92
commit 6d0638e201
12 changed files with 139 additions and 184 deletions

View file

@ -122,7 +122,7 @@ class HomeController extends Controller
}
}
public function php_info()
public function phpInfo()
{
dd(phpinfo());
}