Example #1
0
 public static function findBySlugType($id, $type)
 {
     return Template::findBySlugType($id, $type);
 }