Example #1
0
 public function invoke(Scaffolding $scaffolding)
 {
     $file = $scaffolding->createPhpMigration($this->in->getArgument('note'));
     $this->writeCreatedFilesHeader();
     $this->writeCreatedFile($file);
 }