Skip to content

Commit

Permalink
public method to getWorker
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Clarkson committed Jul 14, 2016
1 parent 1cf32dd commit c1056f3
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .idea/ResqueBundle.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/copyright/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Worker.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,9 @@ public function getCurrentJob()

return $job->getInstance();
}

public function getWorker()
{
return $this->worker;
}
}

0 comments on commit c1056f3

Please sign in to comment.