From c44d037933b2cc65389605770ebc60e933cfe0ee Mon Sep 17 00:00:00 2001 From: Godfrey M Date: Wed, 16 Apr 2025 09:57:40 -0700 Subject: [PATCH] removed some words --- .../Notifications/Email/EmailNotificationsUponCheckinTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Feature/Notifications/Email/EmailNotificationsUponCheckinTest.php b/tests/Feature/Notifications/Email/EmailNotificationsUponCheckinTest.php index 457ff4f86..9579f4c2e 100644 --- a/tests/Feature/Notifications/Email/EmailNotificationsUponCheckinTest.php +++ b/tests/Feature/Notifications/Email/EmailNotificationsUponCheckinTest.php @@ -66,7 +66,7 @@ class EmailNotificationsUponCheckinTest extends TestCase $checkoutable = $checkoutable->fresh(['model.category']); } - if ($checkoutable instanceof Accessory || $checkoutable instanceof \App\Models\Consumable) { + if ($checkoutable instanceof Accessory || $checkoutable instanceof Consumable) { $checkoutable->category->update([ 'checkin_email' => false, 'eula_text' => null,