We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baed6f3 commit d991129Copy full SHA for d991129
src/Zone.php
@@ -221,7 +221,6 @@ private static function getByLocationRequest(): array
221
*/
222
private static function getByAssetRequest(string $itemtype): array
223
{
224
- $glpi_location_table = GlpiLocation::getTable();
225
$location_table = Location::getTable();
226
$itemtype_table = (new DbUtils())->getTableForItemType($itemtype);
227
$request = self::getByLocationRequest();
0 commit comments