Skip to content

Commit e20fdb5

Browse files
authored
Merge pull request #79 from rogervila/rogervila-fix-duplicated-tags
Remove duplicated tags function
2 parents c26c4ad + 9ddce0c commit e20fdb5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/QueueableAction.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ protected function determineActionJobClass(): string
5959
return $class;
6060
}
6161

62-
public function tags(): array
63-
{
64-
return ['action_job'];
65-
}
66-
6762
public function middleware(): array
6863
{
6964
return [];

0 commit comments

Comments
 (0)