예제 #1
0
파일: Blueprint.php 프로젝트: typecms/core
 /**
  * Build the schema.
  *
  * @return \Illuminate\Database\Eloquent\Collection
  */
 public function build()
 {
     return $this->component->fields()->saveMany($this->fields);
 }