| 1 | <?php |
||
| 18 | class FormButtonsFactory extends AliasBinder implements FormButtonsFactoryInterface |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * FormFactory constructor. |
||
| 22 | * |
||
| 23 | * @param \Illuminate\Contracts\Foundation\Application $application |
||
| 24 | */ |
||
| 25 | 285 | public function __construct(\Illuminate\Contracts\Foundation\Application $application) |
|
| 39 | } |
||
| 40 |