Skip to content

Commit

Permalink
Update JobTrait.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kaioken committed Mar 11, 2019
1 parent a4a097a commit 2249f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JobTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public function mailQueueAction($queueName)
*/
protected function validateConfigurations()
{
$this->validateQueueNameConfiguration();
//$this->validateQueueNameConfiguration();
$this->validateBeanstalkConfiguration();
$this->validateEmailConfiguration();
}
Expand Down

0 comments on commit 2249f47

Please sign in to comment.