diff --git a/config/app.js b/config/app.js index 1f6f4e4..85fe195 100644 --- a/config/app.js +++ b/config/app.js @@ -136,16 +136,16 @@ module.exports = { locales: { /* |-------------------------------------------------------------------------- - | Driver + | Loader |-------------------------------------------------------------------------- | - | The driver to be used for fetching and updating locales. Below is the + | The loader to be used for fetching and updating locales. Below is the | list of available options. | | file, database | */ - driver: 'file', + loader: 'file', /* |--------------------------------------------------------------------------