Db: indentation

This commit is contained in:
Thomas Gelf 2016-03-03 01:47:32 +01:00
parent 204f4a662b
commit 9ae4553546

View File

@ -112,8 +112,8 @@ class Db extends DbConnection
if (! $name) {
throw new ConfigurationError(
'Unable to detect your deployment endpoint. I was looking for'
. ' the first endpoint configured with an assigned API user'
. ' in the "%s" zone.',
. ' the first endpoint configured with an assigned API user'
. ' in the "%s" zone.',
$this->getMasterZoneName()
);
}