| Conditions | 1 |
| Paths | 1 |
| Total Lines | 13 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 7 |
| CRAP Score | 1 |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 24 | 46 | public function register() |
|
| 25 | { |
||
| 26 | 46 | parent::register(); |
|
| 27 | |||
| 28 | 46 | $this->app['former.dispatcher']->addRepository('Tinyissue\\Form\Former\\Fields\\'); |
|
| 29 | |||
| 30 | // Stop it from rendering field name into label |
||
| 31 | 46 | \Former::setOption('automatic_label', false); |
|
| 32 | 46 | \Former::setOption('TwitterBootstrap3.labelWidths', [ |
|
| 33 | 46 | 'large' => 2, |
|
| 34 | 'small' => 3, |
||
| 35 | ]); |
||
| 36 | 46 | } |
|
| 37 | } |
||
| 38 |