mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-16 05:22:11 +00:00
Add cache file constant (#7755)
Re-add the constants as they may still be used in the project.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user