/home/techb158/dev.balacoffee.com/vendor/facade/flare-client-php/src/Glows
NameSizeModeActions
Glow.php9650644editdlrm
Recorder.php4480644editdlrm
Edit: /home/techb158/dev.balacoffee.com/vendor/facade/flare-client-php/src/Glows/Recorder.php (448B)
glows[] = $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 = []; } }