Skip to content

Commit cdd12df

Browse files
committed
更正拼写错误
1 parent 1e122c7 commit cdd12df

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/Http/routes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
Route::group(['prefix' => 'admin', 'namespace' => 'Admin', 'middleware' => 'auth'], function()
2424
{
25-
Route::get('/', 'AdminHomeComtroller@index');
25+
Route::get('/', 'AdminHomeController@index');
2626
Route::resource('pages', 'PagesController');
2727
Route::resource('comments', 'CommentsController');
2828
});

0 commit comments

Comments
 (0)