Ejemplo n.º 1
0
 public function post_new()
 {
     $plan = new Plan();
     return $plan->validateCreate(Input::get());
 }