Files
yii2/tests/data/ar/Profile.php
╃巡洋艦㊣ 586684b050 2.0.5 bf7edc5
2015-07-30 09:52:33 +08:00

22 lines
289 B
PHP

<?php
/**
* @author Carsten Brandt <mail@cebe.cc>
*/
namespace yiiunit\data\ar;
/**
* Class Profile
*
* @property integer $id
* @property string $description
*
*/
class Profile extends ActiveRecord
{
public static function tableName()
{
return 'profile';
}
}