Update reference from $databaseConfig to .env

This commit is contained in:
Damian Mooyman 2018-02-01 12:58:55 +13:00
parent 11f4693648
commit cb30e09130
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ class CoreKernel implements Kernel
// Error if installer not available
if (!file_exists($this->basePath . '/install.php')) {
throw new HTTPResponse_Exception(
'SilverStripe Framework requires a $databaseConfig defined.',
'SilverStripe Framework requires a .env configuration file',
500
);
}