Skip to content

Commit

Permalink
Update handle method from deprecated fire method
Browse files Browse the repository at this point in the history
  • Loading branch information
gwlortscher committed Sep 4, 2017
1 parent d522309 commit 0f94f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/QueueClearCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function getArguments()
*
* @return void
*/
public function fire()
public function handle()
{
$connection = $this->argument('connection') ?: $this->config->get('queue.default');
$queue = $this->argument('queue') ?: $this->config->get('queue.connections.' . $connection . '.queue');
Expand Down

0 comments on commit 0f94f56

Please sign in to comment.