Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Merge branch 'pr/identical-validator-call-constructor'
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Identical.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ public function __construct($token = null)
} elseif (null !== $token) {
$this->setToken($token);
}

parent::__construct(is_array($token) ? $token : null);
}

/**
Expand Down

0 comments on commit ba584c5

Please sign in to comment.