From 177713fbb910320c1470fbe99f131b05d1c365ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Dolej=C5=A1ka?= Date: Sun, 24 Jan 2021 11:12:06 +0100 Subject: [PATCH] Fixed StaticReforgedRunePathExtension implementation --- .../Extensions/StaticReforgedRunePathListExtension.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/LeagueAPI/Extensions/StaticReforgedRunePathListExtension.php b/src/LeagueAPI/Extensions/StaticReforgedRunePathListExtension.php index 9277a28..5050653 100644 --- a/src/LeagueAPI/Extensions/StaticReforgedRunePathListExtension.php +++ b/src/LeagueAPI/Extensions/StaticReforgedRunePathListExtension.php @@ -19,6 +19,7 @@ namespace RiotAPI\LeagueAPI\Extensions; +use RiotAPI\Base\BaseAPI; use RiotAPI\Base\Objects\IApiObject; use RiotAPI\Base\Objects\IApiObjectExtension; @@ -49,7 +50,7 @@ class StaticReforgedRunePathListExtension implements IApiObjectExtension * @param IApiObject|StaticReforgedRunePathList $apiObject * @param LeagueAPI $api */ - public function __construct(IApiObject &$apiObject, LeagueAPI &$api ) + public function __construct(IApiObject $apiObject, BaseAPI $api) { $this->object = $apiObject;