Commit c2fef048 by Qiang Xue

typo fix [skip ci]

parent 8a5b131e
...@@ -128,7 +128,7 @@ class FixtureController extends Controller ...@@ -128,7 +128,7 @@ class FixtureController extends Controller
$transaction->commit(); $transaction->commit();
} catch (\Exception $e) { } catch (\Exception $e) {
$transaction->rollback(); $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; throw $e;
} }
$this->notifySuccess($foundFixtures); $this->notifySuccess($foundFixtures);
......
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