fix cors
This commit is contained in:
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
use yii\db\Migration;
|
||||
|
||||
/**
|
||||
* Handles dropping columns from table `{{%manager}}`.
|
||||
*/
|
||||
class m230419_100612_drop_user_card_id_column_from_manager_table extends Migration
|
||||
{
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeUp()
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeDown()
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user