Ejemplo n.º 1
0
 /**
  * Construct an instance of a AlertPresenter.
  *
  * @param AlertManager $manager
  */
 public function __construct(AlertManager $manager)
 {
     parent::__construct();
     $this->alerts = $manager->all();
 }