From 68afc74b03f83bb072944911c15af60433280ace Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Sun, 10 Nov 2019 23:26:23 +0100 Subject: Formatting to follow PSR-12 --- db/migrations/2018_01_01_000001_import_install_sql.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'db/migrations/2018_01_01_000001_import_install_sql.php') 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;'); -- cgit v1.2.3-54-g00ecf