mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced 2024-11-22 15:13:42 +01:00
8 lines
101 B
PHP
Executable File
8 lines
101 B
PHP
Executable File
<?php
|
|
|
|
use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
|
|
|
|
class AppCache extends HttpCache
|
|
{
|
|
}
|