Use created_by

This commit is contained in:
Marcus Moore 2024-10-01 11:50:48 -07:00
parent fdfea390fb
commit 5b90d79494
No known key found for this signature in database

View file

@ -71,7 +71,7 @@ class AccessoryCheckinTest extends TestCase implements TestsFullMultipleCompanie
->assertStatusMessageIs('success');
$this->assertDatabaseHas('action_logs', [
'user_id' => $actor->id,
'created_by' => $actor->id,
'action_type' => 'checkin from',
'target_id' => $user->id,
'target_type' => User::class,