Explorar o código

update default output

xielin %!s(int64=5) %!d(string=hai) anos
pai
achega
f2686fa5ea
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 '欢迎来到由你';
 });