mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
8 lines
101 B
PHP
8 lines
101 B
PHP
|
<?php
|
||
|
|
||
|
use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
|
||
|
|
||
|
class AppCache extends HttpCache
|
||
|
{
|
||
|
}
|