예제 #1
0
파일: FooCommand.php 프로젝트: RunSite/cms
 /**
  * Execute the console command.
  *
  * @return mixed
  */
 public function handle(Classes $classes)
 {
     $classes->create_class(['name' => 'test', 'shortname' => 'test_shortname']);
     $this->info('Class created');
 }