Lee, Jebum
Lee, Jebum
Update module version to 2.1.6 works for me. The verison on Readme doesn't updated yet ```yaml uses: easingthemes/[email protected] ````
It's similar to what I've been through. I just inherited `Validator` class and wrote my own class. ```php public function validate() { //... if (($this->hasRule('optional', $field) && isset($values)) || ($this->hasRule('requiredWith',...
배열이 크고 interact가 빈번할 경우 매번 spread operator로 상태를 생성하는것은 성능상 문제가 있지 않을지 걱정되는데 다른 표현으로 이러한 상황을 해결할수 있을까요..?