mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Fix mail-test command return value
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user