mirror of
https://github.com/quentin-g-dev/afup.git
synced 2026-03-24 09:12:16 +01:00
8 lines
101 B
PHP
8 lines
101 B
PHP
<?php
|
|
|
|
use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
|
|
|
|
class AppCache extends HttpCache
|
|
{
|
|
}
|