mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-20 06:08:08 +01:00
Appended newlines to every PHP document that did not have a newline as the last character in the file.
12 lines
134 B
PHP
12 lines
134 B
PHP
<?php
|
|
|
|
namespace yiiunit\data\ar;
|
|
|
|
class Item extends ActiveRecord
|
|
{
|
|
public static function tableName()
|
|
{
|
|
return 'tbl_item';
|
|
}
|
|
}
|