proxitok/app/Constants/CacheMethods.php
2022-08-13 13:09:39 +02:00

8 lines
107 B
PHP

<?php
namespace App\Constants;
class CacheMethods {
const JSON = 'json';
const REDIS = 'redis';
}