Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LordSimal committed Jul 12, 2023
1 parent b7b50ca commit b6954bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_files/migrate/FooTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

use Queue\Queue\Task;

class FooTask extends Task
{
class FooTask extends Task {
/**
* Example run function.
* This function is executed, when a worker is executing a task.
Expand Down

0 comments on commit b6954bd

Please sign in to comment.