diff --git a/compass/app/Jobs/NotifyOfNewLocations.php b/compass/app/Jobs/NotifyOfNewLocations.php index 52e49d4..06da65c 100644 --- a/compass/app/Jobs/NotifyOfNewLocations.php +++ b/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; }