mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
missing return
[ci skip]
This commit is contained in:
@ -307,6 +307,6 @@ class Schema extends \yii\db\Schema
|
||||
$level = '3'; // REPEATABLE READ CLASS with READ UNCOMMITTED INSTANCES
|
||||
break;
|
||||
}
|
||||
return parent::setTransactionIsolationLevel($level);
|
||||
parent::setTransactionIsolationLevel($level);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user