Skip to content

Commit

Permalink
InvalidConfigException bug fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhunesi committed Dec 1, 2020
1 parent 4a04905 commit cb141d3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Consents.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit cb141d3

Please sign in to comment.