Browse Source

typo fix [skip ci]

tags/2.0.0-beta
Qiang Xue 11 years ago
parent
commit
c2fef048a5
  1. 2
      framework/console/controllers/FixtureController.php

2
framework/console/controllers/FixtureController.php

@ -128,7 +128,7 @@ class FixtureController extends Controller
$transaction->commit();
} catch (\Exception $e) {
$transaction->rollback();
$this->stdout("Exception occured, transaction rollback. Tables will be in same state.\n", Console::BG_RED);
$this->stdout("Exception occurred, transaction rollback. Tables will be in same state.\n", Console::BG_RED);
throw $e;
}
$this->notifySuccess($foundFixtures);

Loading…
Cancel
Save