1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +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
{
}