No known key found for this signature in database
GPG Key ID: 276C2817346D6056
1 changed files with
1 additions and
1 deletions
-
compass/app/Jobs/NotifyOfNewLocations.php
|
|
@ -11,7 +11,7 @@ class NotifyOfNewLocations extends Job implements SelfHandling, ShouldQueue |
|
|
|
{ |
|
|
|
private $_dbid; |
|
|
|
|
|
|
|
public function __construct($dbid, $data) { |
|
|
|
public function __construct($dbid) { |
|
|
|
$this->_dbid = $dbid; |
|
|
|
} |
|
|
|
|
|
|
|