Skip to content

Commit

Permalink
修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwuxin committed Feb 8, 2017
1 parent 98cd200 commit 6890552
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/command/seed/Create.php
Original file line number Diff line number Diff line change
Expand Up @@ -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('<info>using seed base class</info> ' . $classes['$useClassName']);
$output->writeln('<info>created</info> .' . str_replace(getcwd(), '', $filePath));
}

Expand Down
2 changes: 1 addition & 1 deletion src/command/stubs/seed.stub
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

use think\migration\Seeder
use think\migration\Seeder;

class $className extends Seeder
{
Expand Down

0 comments on commit 6890552

Please sign in to comment.