Explorar o código

update default output

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

+ 1 - 1
routes/web.php

@@ -12,7 +12,7 @@
 */
 
 $router->get('/', function () use ($router) {
-    return $router->app->version();
+    return '欢迎来到由你';
 });
 
 $router->get('/test', function () use ($router) {