Fixed naming (phpci -> php-censor)
This commit is contained in:
parent
4fee89fb80
commit
31f92327c1
76 changed files with 357 additions and 348 deletions
|
|
@ -136,7 +136,7 @@ class Builder implements LoggerAwareInterface
|
|||
public function setConfigArray($config)
|
||||
{
|
||||
if (is_null($config) || !is_array($config)) {
|
||||
throw new \Exception(Lang::get('missing_phpci_yml'));
|
||||
throw new \Exception(Lang::get('missing_app_yml'));
|
||||
}
|
||||
|
||||
$this->config = $config;
|
||||
|
|
@ -429,7 +429,7 @@ class Builder implements LoggerAwareInterface
|
|||
|
||||
$pluginFactory->registerResource(
|
||||
function () use ($self) {
|
||||
$factory = new MailerFactory($self->getSystemConfig('phpci'));
|
||||
$factory = new MailerFactory($self->getSystemConfig('php-censor'));
|
||||
return $factory->getSwiftMailerFromConfig();
|
||||
},
|
||||
null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue