From a8e31233ef81b506a2de657a2b6fd3db881cdbb1 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Fri, 26 Dec 2014 21:51:43 +0000 Subject: [PATCH] CS fix --- ...4_12_13_121410_AlterTableIncidentsRemoveDefaultComponent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/database/migrations/2014_12_13_121410_AlterTableIncidentsRemoveDefaultComponent.php b/app/database/migrations/2014_12_13_121410_AlterTableIncidentsRemoveDefaultComponent.php index 2f8dc9f4..29ddde81 100644 --- a/app/database/migrations/2014_12_13_121410_AlterTableIncidentsRemoveDefaultComponent.php +++ b/app/database/migrations/2014_12_13_121410_AlterTableIncidentsRemoveDefaultComponent.php @@ -26,7 +26,7 @@ class AlterTableIncidentsRemoveDefaultComponent extends Migration * Reverse the migrations. * * @return void - */ + */ public function down() { Schema::table('incidents', function (Blueprint $table) {