Commit 6ad24418 by Carsten Brandt

missing return

[ci skip]
parent 7a87a13f
......@@ -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);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment