- 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:
parent
25f3175a92
commit
6d0638e201
12 changed files with 139 additions and 184 deletions
|
@ -454,7 +454,7 @@ Route::group(['namespace' => 'Frontend', 'as' => 'frontend.'], function () {
|
|||
'as' => 'home.help', 'uses' => 'HomeController@help',
|
||||
]);
|
||||
Route::get('/info', [
|
||||
'as' => 'home.php_info', 'uses' => 'HomeController@php_info',
|
||||
'as' => 'home.php_info', 'uses' => 'HomeController@phpInfo',
|
||||
]);
|
||||
|
||||
//=================================================Crawlers====================================================
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue