mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11083] Mark memory cache driver as abstract
PHPBB3-11083
This commit is contained in:
parent
4fde4abe55
commit
8741bcdaf5
1 changed files with 1 additions and 1 deletions
2
phpBB/includes/cache/driver/memory.php
vendored
2
phpBB/includes/cache/driver/memory.php
vendored
|
@ -19,7 +19,7 @@ if (!defined('IN_PHPBB'))
|
|||
* ACM Abstract Memory Class
|
||||
* @package acm
|
||||
*/
|
||||
class phpbb_cache_driver_memory extends phpbb_cache_driver_base
|
||||
abstract class phpbb_cache_driver_memory extends phpbb_cache_driver_base
|
||||
{
|
||||
var $key_prefix;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue