removed some words
This commit is contained in:
parent
c8b5b3f176
commit
c44d037933
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class EmailNotificationsUponCheckinTest extends TestCase
|
||||||
$checkoutable = $checkoutable->fresh(['model.category']);
|
$checkoutable = $checkoutable->fresh(['model.category']);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($checkoutable instanceof Accessory || $checkoutable instanceof \App\Models\Consumable) {
|
if ($checkoutable instanceof Accessory || $checkoutable instanceof Consumable) {
|
||||||
$checkoutable->category->update([
|
$checkoutable->category->update([
|
||||||
'checkin_email' => false,
|
'checkin_email' => false,
|
||||||
'eula_text' => null,
|
'eula_text' => null,
|
||||||
|
|
Loading…
Add table
Reference in a new issue