mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-05 06:54:39 +01:00
19 lines
327 B
PHP
19 lines
327 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;
|
|
|
|
/**
|
|
* @see https://github.com/yiisoft/yii2/issues/9006
|
|
*
|
|
* @property int $id
|
|
* @property int $val
|
|
*/
|
|
class BitValues extends ActiveRecord
|
|
{
|
|
}
|