From cb141d312de27cf920c69b5f2fcf71735d987b8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mustafa=20Hayri=20=C3=9CNE=C5=9E=C4=B0?= Date: Tue, 1 Dec 2020 09:17:20 +0300 Subject: [PATCH] InvalidConfigException bug fixed. --- src/Consents.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Consents.php b/src/Consents.php index b5cf336..759e533 100644 --- a/src/Consents.php +++ b/src/Consents.php @@ -12,11 +12,12 @@ namespace mhunesi\iys; -use Doctrine\Instantiator\Exception\InvalidArgumentException; -use GuzzleHttp\Psr7\Message; + use Yii; -use yii\base\BaseObject; use yii\helpers\Json; +use yii\base\BaseObject; +use GuzzleHttp\Psr7\Message; +use yii\base\InvalidConfigException; class Consents extends BaseObject {