Add cache file constant (#7755)

Re-add the constants as they may still be used in the project.
This commit is contained in:
FusionPBX
2026-02-24 15:02:04 -07:00
committed by GitHub
parent 5dd0ae024f
commit da706189c0

View File

@@ -36,6 +36,8 @@ class auto_loader {
const CLASSES_KEY = 'autoloader_classes';
const INTERFACES_KEY = "autoloader_interfaces";
const CLASSES_FILE = 'autoloader_cache.php';
const INTERFACES_FILE = "autoloader_interface_cache.php";
private $classes;
/**
* Tracks the APCu extension for caching to RAM drive across requests