*/ private const array COLLECTORS = [ BladeEdges::class, TableTracker::class, InertiaEdges::class, ]; public static function armAll(Recorder $recorder): void { foreach (self::COLLECTORS as $collector) { $collector::arm($recorder); } } }