From dcb8a46a4e74dc2a7e6bbcfd69ca8779c1ab096b Mon Sep 17 00:00:00 2001 From: Mou Ikkai <45863583+Mou-Ikkai@users.noreply.github.com> Date: Wed, 30 Sep 2020 18:00:46 -0400 Subject: [PATCH] Update mails.php --- app/workers/mails.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/workers/mails.php b/app/workers/mails.php index 1ea82eec30..e80759cead 100644 --- a/app/workers/mails.php +++ b/app/workers/mails.php @@ -15,7 +15,7 @@ class MailsV1 */ public $args = []; - public function setUp() + public function setUp(): void { } @@ -63,7 +63,7 @@ class MailsV1 } } - public function tearDown() + public function tearDown(): void { // ... Remove environment for this job }