Exemplo n.º 1
0
 public function __construct(DataContainer $data)
 {
     $this->data = $data;
     $panels = Config::get('panels');
     include __DIR__ . '/../../../panels.php';
     $this->panels = Panels::getValidPanels($panels, $this->data->getCollectorProvides());
 }