修正
This commit is contained in:
parent
98cd200822
commit
68905528cc
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
use think\migration\Seeder
|
||||
use think\migration\Seeder;
|
||||
|
||||
class $className extends Seeder
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user