示例#1
0
 /**
  * Execute the console command.
  *
  * @param StreamRepositoryInterface $streams
  */
 public function fire(StreamRepositoryInterface $streams)
 {
     $streams->destroy($this->argument('namespace'));
     $this->info('[' . $this->argument('namespace') . '] namespace destroyed.');
 }