Exemplo n.º 1
0
Arquivo: Seo.php Projeto: pongocms/cms
 /**
  * [boot description]
  * @return [type] [description]
  */
 public static function boot()
 {
     parent::boot();
     self::observe(new SeoObserver());
 }
Exemplo n.º 2
0
 /**
  * [boot description]
  * @return [type] [description]
  */
 public static function boot()
 {
     parent::boot();
     self::observe(new UserDetailObserver());
 }