Esempio n. 1
0
 public function handle(array $record) : bool
 {
     if ($this->options['enabled'] && $this->connector->isActiveClient()) {
         return parent::handle($record);
     }
     return !$this->bubble;
 }