0
0
Files
Babyclass/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Version.php
2020-08-04 10:24:44 +08:00

9 lines
95 B
PHP

<?php
namespace Doctrine\Common\Cache;
class Version
{
public const VERSION = '1.8.0';
}