Skip to content

Commit

Permalink
Removing actioningUser
Browse files Browse the repository at this point in the history
  • Loading branch information
ok200paul committed Aug 16, 2024
1 parent 03a6f8d commit af8cffe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/Jobs/RecordUserWasCreatedAuditItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class RecordUserWasCreatedAuditItem implements ShouldQueue
/**
* Create a new job instance.
*
* @param User $actioningUser
* @param User $createdUser
*/
public function __construct(public User $createdUser)
Expand Down
1 change: 0 additions & 1 deletion tests/Unit/Services/AuditItemServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class AuditItemServiceTest extends TestCase
#[Test]
public function testCreateAuditItemForEvent(): void
{
$actioningUser = User::factory()->createQuietly();

$num = rand(0, 3);

Expand Down

0 comments on commit af8cffe

Please sign in to comment.