예제 #1
0
 /**
  * Add a form section.
  *
  * @param       $slug
  * @param array $section
  * @return $this
  */
 public function addFormSection($slug, array $section)
 {
     $this->form->addSection($slug, $section);
     return $this;
 }