diff --git a/_config.php b/_config.php index d28b30d..c34426e 100644 --- a/_config.php +++ b/_config.php @@ -1,5 +1,8 @@ get('Security', 'token') + && DB::get_alternative_database_name() +) { require_once BASE_PATH . '/vendor/autoload.php'; // Register mailer diff --git a/composer.json b/composer.json index 4d8b40f..9536641 100644 --- a/composer.json +++ b/composer.json @@ -18,4 +18,4 @@ "silverstripe/behat-extension": "*" }, "minimum-stability": "dev" -} + }