更新项目部分结构,新增加DB
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
namespace platform\models;
|
||||
|
||||
use common\enums\StatusEnum;
|
||||
use Yii;
|
||||
use yii\web\IdentityInterface;
|
||||
use common\enums\StatusEnum;
|
||||
|
||||
class Platform extends \common\models\Platform implements IdentityInterface
|
||||
class Platform extends \common\models\oldDb\Platform implements IdentityInterface
|
||||
{
|
||||
public static function findIdentity($id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user