From 181b9eae3ad24b2f4b61edf1d9d0cc2514ff0b88 Mon Sep 17 00:00:00 2001 From: Damien Harper Date: Thu, 13 Jun 2019 15:36:12 +0200 Subject: [PATCH] Pagerfanta is only required if you plan to use the included audit viewer/templates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06eaed73..5bd85191 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ class AppKernel extends Kernel $bundles = array( // ... new DH\DoctrineAuditBundle\DHDoctrineAuditBundle(), - new WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle(), + new WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle(), // only required if you plan to use included viewer/templates ); // ...