From f3a3533b2dfcdb49e4eeb4e7591a3a580a780f22 Mon Sep 17 00:00:00 2001 From: Andrew Ellis Date: Fri, 19 Aug 2016 12:37:17 -0600 Subject: [PATCH] fixed blank line errors for travis-ci build --- src/Console/ModelsCommand.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Console/ModelsCommand.php b/src/Console/ModelsCommand.php index 6b47d5b..1cb817f 100644 --- a/src/Console/ModelsCommand.php +++ b/src/Console/ModelsCommand.php @@ -212,7 +212,6 @@ class ModelsCommand extends Command } return $output; - }