Files
yii2/tests/data/ar/BitValues.php

21 lines
324 B
PHP

<?php
/**
* @link http://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
*/
namespace yiiunit\data\ar;
/**
* https://github.com/yiisoft/yii2/issues/9006
*
* @property int $id
* @property int $val
*/
class BitValues extends ActiveRecord
{
}