Browse Source

fix job constructor

pull/5/head
Aaron Parecki 7 years ago
parent
commit
b5f28756da
No known key found for this signature in database GPG Key ID: 276C2817346D6056
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      compass/app/Jobs/NotifyOfNewLocations.php

+ 1
- 1
compass/app/Jobs/NotifyOfNewLocations.php View File

@ -11,7 +11,7 @@ class NotifyOfNewLocations extends Job implements SelfHandling, ShouldQueue
{ {
private $_dbid; private $_dbid;
public function __construct($dbid, $data) {
public function __construct($dbid) {
$this->_dbid = $dbid; $this->_dbid = $dbid;
} }

Loading…
Cancel
Save