diff --git a/en/tutorials-and-examples/cms/database.rst b/en/tutorials-and-examples/cms/database.rst index da063be179..9bfc2c8dde 100644 --- a/en/tutorials-and-examples/cms/database.rst +++ b/en/tutorials-and-examples/cms/database.rst @@ -130,8 +130,9 @@ with those that apply to your setup. A sample completed configuration array might look something like the following:: [ 'default' => [ 'host' => 'localhost', @@ -141,7 +142,7 @@ might look something like the following:: 'url' => env('DATABASE_URL', null), ], ], - // Más configuración abajo. + // More configuration below. ]; Once you've saved your **config/app_local.php** file, you should see that the 'CakePHP is @@ -167,6 +168,7 @@ to **src/Model/Table/ArticlesTable.php**. The completed file should look like this:: [ @@ -162,6 +163,7 @@ en **src/Model/Table**. El archivo que crearemos se guardará en **src/Model/Tab El archivo completo debería verse así::