|
@@ -27,7 +27,8 @@ |
|
|
block discarded – undo |
|
27
|
27
|
*/ |
|
28
|
28
|
private $equipmentLogRepository; |
|
29
|
29
|
|
|
30
|
|
- function __construct(ACSNodeRepository $acsNodeRepository, ACSValidator $ACSValidator, \BB\Services\KeyFobAccess $keyFobAccess, EquipmentLogRepository $equipmentLogRepository) { |
|
|
30
|
+ function __construct(ACSNodeRepository $acsNodeRepository, ACSValidator $ACSValidator, \BB\Services\KeyFobAccess $keyFobAccess, EquipmentLogRepository $equipmentLogRepository) |
|
|
31
|
+ { |
|
31
|
32
|
$this->acsNodeRepository = $acsNodeRepository; |
|
32
|
33
|
$this->ACSValidator = $ACSValidator; |
|
33
|
34
|
$this->keyFobAccess = $keyFobAccess; |
Please login to merge, or discard this patch.