| Total Complexity | 2 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 5 | class Input extends InputGroupComponent |
||
| 6 | { |
||
| 7 | /** |
||
| 8 | * Create a new component instance. |
||
| 9 | * |
||
| 10 | * @return void |
||
| 11 | */ |
||
| 12 | 1 | public function __construct( |
|
| 20 | ); |
||
| 21 | 1 | } |
|
| 22 | |||
| 23 | /** |
||
| 24 | * Get the view / contents that represent the component. |
||
| 25 | * |
||
| 26 | * @return \Illuminate\View\View|string |
||
| 27 | */ |
||
| 28 | 1 | public function render() |
|
| 33 |