Ejemplo n.º 1
0
 public function __construct(Builder $builder)
 {
     parent::__construct($builder);
     $this->data('module', 'format-html');
 }
Ejemplo n.º 2
0
 public function __construct(Builder $builder)
 {
     parent::__construct($builder);
     $this->set('list', false);
     $this->data('module', 'format-table');
 }