Example #1
0
 /**
  * Execute the blueprint to modify the label.
  *
  * @param  Blueprint  $blueprint
  * @return void
  */
 protected function build(Blueprint $blueprint)
 {
     return $blueprint->build($this->getConnection(), $this->conn->getSchemaGrammar());
 }