Files
yii2/tests/unit/data/ar/Item.php
Zander Baldwin 4be9e195c2 Add Newlines
Appended newlines to every PHP document that did not have a newline as the last character in the file.
2013-05-05 17:04:55 +01:00

12 lines
134 B
PHP

<?php
namespace yiiunit\data\ar;
class Item extends ActiveRecord
{
public static function tableName()
{
return 'tbl_item';
}
}