app/AppCache.php
author cavaliet
Mon, 28 Nov 2011 15:58:34 +0100
changeset 43 9124c70d4fd2
parent 0 7f95f8617b0b
child 71 b01e36991488
permissions -rwxr-xr-x
Finalise to implement the document profile with the list of columns.

<?php

require_once __DIR__.'/AppKernel.php';

use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;

class AppCache extends HttpCache
{
}