Explorar el Código

配置文件注释调整

jqh hace 5 años
padre
commit
3dad7aab64
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      config/admin.php
  2. 1 1
      src/Console/stubs/config.stub

+ 1 - 1
config/admin.php

@@ -274,7 +274,7 @@ return [
     | This value is the layout of admin pages.
     */
     'layout' => [
-        // default, blue, blue-light, blue-dark, green
+        // default, blue, blue-light, green
         'color' => 'default',
 
         'body_class' => '',

+ 1 - 1
src/Console/stubs/config.stub

@@ -274,7 +274,7 @@ return [
     | This value is the layout of admin pages.
     */
     'layout' => [
-        // default, blue, blue-light, blue-dark, green
+        // default, blue, blue-light, green
         'color' => 'default',
 
         'body_class' => '',