Ejemplo n.º 1
0
 public static function boot()
 {
     parent::boot();
     // Setup event bindings...
     Page::created(function ($alertuser) {
     });
 }