yii2-bootstrap5/src/InputWidget.php

14 lines
183 B
PHP
Raw Normal View History

2021-02-10 05:04:59 +08:00
<?php
declare(strict_types=1);
namespace yii\bootstrap5;
/**
* Class InputWidget
*/
abstract class InputWidget extends \yii\widgets\InputWidget
{
use BootstrapWidgetTrait;
}