added execute() command after checkIntegrity

parent a0b9aedb
...@@ -214,7 +214,7 @@ class DbFixtureManager extends Component ...@@ -214,7 +214,7 @@ class DbFixtureManager extends Component
public function checkIntegrity($check) public function checkIntegrity($check)
{ {
foreach ($this->schemas as $schema) { foreach ($this->schemas as $schema) {
$this->db->createCommand()->checkIntegrity($check, $schema); $this->db->createCommand()->checkIntegrity($check, $schema)->execute();
} }
} }
} }
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