| Conditions | 1 |
| Paths | 1 |
| Total Lines | 4 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 58 | protected function setStyles() |
||
| 59 | { |
||
| 60 | $this->class[] = config('blade-form-components.themes.'.$this->getTheme().'.fields.select') ?? config('blade-form-components.themes.'.$this->getTheme().'.fields.default'); |
||
| 61 | $this->labelClass[] = config('blade-form-components.themes.'.$this->getTheme().'.labels.default'); |
||
| 62 | } |
||
| 64 |