예제 #1
0
파일: Seo.php 프로젝트: pongocms/cms
 /**
  * [boot description]
  * @return [type] [description]
  */
 public static function boot()
 {
     parent::boot();
     self::observe(new SeoObserver());
 }
예제 #2
0
파일: UserDetail.php 프로젝트: pongocms/cms
 /**
  * [boot description]
  * @return [type] [description]
  */
 public static function boot()
 {
     parent::boot();
     self::observe(new UserDetailObserver());
 }