mirror of
https://github.com/v2board/v2board.git
synced 2024-11-11 01:59:12 +08:00
9 lines
49 B
PHP
9 lines
49 B
PHP
|
<?php
|
||
|
|
||
|
namespace App\Utils;
|
||
|
|
||
|
class CacheKey
|
||
|
{
|
||
|
|
||
|
}
|