Skip to content

Commit

Permalink
remove old code
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Feb 6, 2017
1 parent 0360cb1 commit ec96979
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Illuminate/Queue/Jobs/JobName.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ public static function resolve($name, $payload)
return Arr::get($payload, 'data.commandName', $name);
}

if ($name === 'Illuminate\Events\CallQueuedHandler@call') {
return $payload['data']['class'].'@'.$payload['data']['method'];
}

return $name;
}
}

0 comments on commit ec96979

Please sign in to comment.