mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-04 22:44:53 +01:00
21 lines
332 B
PHP
21 lines
332 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 integer $id
|
|
* @property integer $val
|
|
*/
|
|
class BitValues extends ActiveRecord
|
|
{
|
|
|
|
}
|