summaryrefslogtreecommitdiff
path: root/db/migrations/2018_01_01_000001_import_install_sql.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_000001_import_install_sql.php
parentb878740f80ce7cfe2a0bc53956e3f7e4e0aa2f78 (diff)
Formatting to follow PSR-12
Diffstat (limited to 'db/migrations/2018_01_01_000001_import_install_sql.php')
-rw-r--r--db/migrations/2018_01_01_000001_import_install_sql.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/db/migrations/2018_01_01_000001_import_install_sql.php b/db/migrations/2018_01_01_000001_import_install_sql.php
index eae8c810..7f1619e3 100644
--- a/db/migrations/2018_01_01_000001_import_install_sql.php
+++ b/db/migrations/2018_01_01_000001_import_install_sql.php
@@ -47,8 +47,7 @@ class ImportInstallSql extends Migration
/**
* Reverse the migration
*/
- public
- function down()
+ public function down()
{
$this->schema->getConnection()->statement('SET FOREIGN_KEY_CHECKS=0;');