This commit is contained in:
yunwuxin 2017-02-08 15:41:52 +08:00
parent 98cd200822
commit 68905528cc
2 changed files with 1 additions and 2 deletions

View File

@ -75,7 +75,6 @@ class Create extends Seed
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));
}

View File

@ -1,6 +1,6 @@
<?php
use think\migration\Seeder
use think\migration\Seeder;
class $className extends Seeder
{