summaryrefslogtreecommitdiff
path: root/db/migrations/2018_01_01_000003_fix_old_tables.php
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2019-11-10 23:26:23 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2019-11-11 00:05:41 +0100
commit68afc74b03f83bb072944911c15af60433280ace (patch)
tree1217a5cbfa75c01d35e8e0d743da379725816bf2 /db/migrations/2018_01_01_000003_fix_old_tables.php
parentb878740f80ce7cfe2a0bc53956e3f7e4e0aa2f78 (diff)
Formatting to follow PSR-12
Diffstat (limited to 'db/migrations/2018_01_01_000003_fix_old_tables.php')
-rw-r--r--db/migrations/2018_01_01_000003_fix_old_tables.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/migrations/2018_01_01_000003_fix_old_tables.php b/db/migrations/2018_01_01_000003_fix_old_tables.php
index 0ae9a1a5..822846db 100644
--- a/db/migrations/2018_01_01_000003_fix_old_tables.php
+++ b/db/migrations/2018_01_01_000003_fix_old_tables.php
@@ -18,7 +18,8 @@ class FixOldTables extends Migration
[
'User' => 'CreateDate',
'NewsComments' => 'Datum',
- ] as $table => $column) {
+ ] as $table => $column
+ ) {
if (!$this->schema->hasTable($table)) {
continue;
}