0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-03-15 21:44:46 +00:00
kevinpapst_kimai2/app/AppCache.php
2016-10-20 22:10:41 +02:00

21 lines
400 B
PHP

<?php
/*
* This file is part of the Kimai package.
*
* (c) Kevin Papst <kevin@kevinpapst.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
/**
* Class AppCache
*
* @author Kevin Papst <kevin@kevinpapst.de>
*/
class AppCache extends HttpCache
{
}