Conditions | 1 |
Paths | 1 |
Total Lines | 4 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
38 | protected function setStyles() |
||
39 | { |
||
40 | $this->class[] = config('blade-form-components.themes.'.$this->getTheme().'.fields.textarea') ?? config('blade-form-components.themes.'.$this->getTheme().'.fields.default'); |
||
41 | $this->labelClass[] = config('blade-form-components.themes.'.$this->getTheme().'.labels.default'); |
||
42 | } |
||
44 |