Example #1
0
File: Seo.php Project: pongocms/cms
 /**
  * [boot description]
  * @return [type] [description]
  */
 public static function boot()
 {
     parent::boot();
     self::observe(new SeoObserver());
 }
Example #2
0
 /**
  * [boot description]
  * @return [type] [description]
  */
 public static function boot()
 {
     parent::boot();
     self::observe(new UserDetailObserver());
 }