Explorar el Código

The directory holding email templates is renamed from `mails` to `mail`

Qiang Xue hace 12 años
padre
commit
eb44722100
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md
  2. 0 0
      mail/layouts/html.php

+ 1 - 1
README.md

@@ -16,7 +16,7 @@ DIRECTORY STRUCTURE
       commands/           contains console commands (controllers)
       config/             contains application configurations
       controllers/        contains Web controller classes
-      mails/              contains view files for e-mails
+      mail/               contains view files for e-mails
       models/             contains model classes
       runtime/            contains files generated during runtime
       tests/              contains various tests for the basic application

mails/layouts/html.php → mail/layouts/html.php