Example #1
0
 /**
  * @param string $slug
  * @return Form
  */
 public static function findBySlug($slug)
 {
     return Form::findBySlug($slug);
 }