FViolationDetails.php 255 B

12345678910111213141516171819
  1. <?php
  2. namespace app\modules\car\models;
  3. use Yii;
  4. class FViolationDetails extends \app\common\models\EActiveRecord
  5. {
  6. /**
  7. * {@inheritdoc}
  8. */
  9. public static function tableName()
  10. {
  11. return '{{%f_violation_details}}';
  12. }
  13. }