mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-22 17:11:07 +00:00
7 lines
159 B
PHP
7 lines
159 B
PHP
<?php
|
|
|
|
use Symfony\Component\Filesystem\Filesystem;
|
|
|
|
require __DIR__ . '/../vendor/autoload.php';
|
|
|
|
(new Filesystem())->remove(__DIR__ . '/../var/cache/test');
|