Add hub selector filtering for available riders, refactor inventory filter to... #1731
1 changed files with 4 additions and 0 deletions
|
|
@ -31,6 +31,10 @@ class BaseHubFilter
|
||||||
$this->em = $em;
|
$this->em = $em;
|
||||||
$this->rt = $rt;
|
$this->rt = $rt;
|
||||||
$this->trans = $trans;
|
$this->trans = $trans;
|
||||||
|
|
||||||
|
error_log("-------------------");
|
||||||
|
error_log("HUB FILTER RUNNING: " . $this->getID());
|
||||||
|
error_log("-------------------");
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getID(): string
|
public function getID(): string
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue