8889841chome/clixcotz/mars.clix.co.tz/vendor/facade/flare-client-php/src/Glows/Recorder.php000066600000000700150536601240024264 0ustar00glows[] = $glow; $this->glows = array_slice($this->glows, static::GLOW_LIMIT * -1, static::GLOW_LIMIT); } public function glows(): array { return $this->glows; } public function reset() { $this->glows = []; } }