caolongle %!s(int64=2) %!d(string=hai) anos
pai
achega
c20172645b
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      routes/web.php

+ 1 - 2
routes/web.php

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