Installation of symfony3
This commit is contained in:
parent
062f1d6403
commit
6176ce9735
38 changed files with 1849 additions and 48 deletions
7
app/AppCache.php
Normal file
7
app/AppCache.php
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
|
||||
|
||||
class AppCache extends HttpCache
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue