Skip to content

Commit 008dc06

Browse files
authored
Update web.php
1 parent 4954102 commit 008dc06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/web.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
|
88
*/
99

10-
Route::group(['prefix' => 'phpinfo','as' => 'laravelPhpInfo::','namespace' => 'jeremykenedy\laravelPhpInfo\App\Http\Controllers'], function() {
10+
Route::group(['prefix' => 'phpinfo','as' => 'laravelPhpInfo::','namespace' => 'jeremykenedy\LaravelPhpInfo\App\Http\Controllers'], function() {
1111

1212
Route::get('/', ['uses' => 'LaravelPhpInfoController@phpinfo'])->name('phpinfo');
1313

0 commit comments

Comments
 (0)