Skip to content

Commit

Permalink
Setter no longer needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Dec 30, 2016
1 parent 4c600fb commit 02fe410
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/Illuminate/Queue/Jobs/Job.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,17 +203,6 @@ public function getConnectionName()
return $this->connectionName;
}

/**
* Set the name of the connection the job belongs to.
*
* @param string $name
* @return void
*/
public function setConnectionName($name)
{
$this->connectionName = $name;
}

/**
* Get the name of the queue the job belongs to.
*
Expand Down

0 comments on commit 02fe410

Please sign in to comment.