Browse Source

Fix typo

pull/680/head
J. King 7 years ago
parent
commit
ad1550ceb7
  1. 2
      src/Movim/Bootstrap.php

2
src/Movim/Bootstrap.php

@ -198,7 +198,7 @@ class Bootstrap
$capsule->bootEloquent();
$capsule->setAsGlobal();
// if the confirgured database is SQLite, turn on foreign key constraints and set a long busy-timeout
// if the configured database is SQLite, turn on foreign key constraints and set a long busy-timeout
if (Capsule::connection() instanceof \Illuminate\Database\SQLiteConnection) {
try {
Capsule::statement('PRAGMA foreign_keys = on');

Loading…
Cancel
Save