mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-09 16:57:53 +01:00
12 lines
174 B
PHP
12 lines
174 B
PHP
<?php
|
|
|
|
namespace yiiunit\data\ar\sphinx;
|
|
|
|
class RuntimeIndex extends ActiveRecord
|
|
{
|
|
public static function indexName()
|
|
{
|
|
return 'yii2_test_rt_index';
|
|
}
|
|
}
|