cache-driver.php: move to Data

This commit is contained in:
Zankaria 2024-10-02 21:36:28 +02:00
parent 8969b5816d
commit e85ccfab38

View file

@ -1,5 +1,5 @@
<?php
namespace Vichan\Driver;
namespace Vichan\Data\Driver;
use RuntimeException;