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