removed some words

This commit is contained in:
Godfrey M 2025-04-16 09:57:40 -07:00
parent c8b5b3f176
commit c44d037933

View file

@ -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,