1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +02:00
joplin/app/AppCache.php

8 lines
101 B
PHP
Raw Normal View History

2016-10-19 17:54:41 +02:00
<?php
use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
class AppCache extends HttpCache
{
}