Fix mail-test command return value

This commit is contained in:
Romain Neutron
2013-05-30 17:55:38 +02:00
parent c37ba0ea35
commit d77859e848
2 changed files with 4 additions and 1 deletions

View File

@@ -31,5 +31,7 @@ class MailTest extends Command
$this->container['notification.deliverer']->deliver(
Mail::create($this->container, new Receiver(null, $input->getArgument('email')))
);
return 0;
}
}