diff options
Diffstat (limited to 'app/Schema/Migration31.php')
| -rw-r--r-- | app/Schema/Migration31.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Schema/Migration31.php b/app/Schema/Migration31.php index a0affb53a7..fb3f3bacca 100644 --- a/app/Schema/Migration31.php +++ b/app/Schema/Migration31.php @@ -49,7 +49,7 @@ class Migration31 implements MigrationInterface { 'new' => $new, )); } catch (PDOException $ex) { - // Duplicate key? Already done? + // Duplicate key? Already done? } Database::prepare( |
