예제 #1
0
 /**
  * build blueprint command
  *
  * @param string $type
  * @param array $variables
  * @return Chield
  */
 private function addCommand($type, $variables)
 {
     return Blueprint::command(new Chield($this, $this->patterns[$type], $variables));
 }