cache-driver.php: move to Data

This commit is contained in:
Zankaria 2024-10-02 21:36:28 +02:00
parent 66d2f90171
commit 3d406aeab2

View File

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