Skip to content

Commit 1597ab1

Browse files
committed
CS
1 parent 7856129 commit 1597ab1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ For the Symfony 4/Flex structure, you need to adjust your `index.php` like this:
6363
```php
6464
<?php
6565

66-
// public/index.php
67-
$kernel = new Kernel($env, $debug);
68-
$kernel = new HttpCache($kernel, new Psr6Store(['cache_directory' => $kernel->getCacheDir()]));
66+
// public/index.php
67+
$kernel = new Kernel($env, $debug);
68+
$kernel = new HttpCache($kernel, new Psr6Store(['cache_directory' => $kernel->getCacheDir()]));
6969
```
7070

7171
That's it, that's all there is to do. The `Psr6Store` will automatically

0 commit comments

Comments
 (0)