From 68905528cc95e4c6329ff3e8ac3d8380a3f2fa9f Mon Sep 17 00:00:00 2001
From: yunwuxin <448901948@qq.com>
Date: Wed, 8 Feb 2017 15:41:52 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/command/seed/Create.php | 1 -
src/command/stubs/seed.stub | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/command/seed/Create.php b/src/command/seed/Create.php
index 878e352..c2deea1 100644
--- a/src/command/seed/Create.php
+++ b/src/command/seed/Create.php
@@ -75,7 +75,6 @@ protected function execute(Input $input, Output $output)
throw new \RuntimeException(sprintf('The file "%s" could not be written to', $path));
}
- $output->writeln('using seed base class ' . $classes['$useClassName']);
$output->writeln('created .' . str_replace(getcwd(), '', $filePath));
}
diff --git a/src/command/stubs/seed.stub b/src/command/stubs/seed.stub
index b8a0441..6f4698c 100644
--- a/src/command/stubs/seed.stub
+++ b/src/command/stubs/seed.stub
@@ -1,6 +1,6 @@