@@ -12,6 +12,5 @@
*/
Route::get('/', function () {
-// return view('welcome');
- echo phpinfo();
+ return view('welcome');
});