Skip to content

Commit

Permalink
Pagerfanta is only required if you plan to use the included audit vie…
Browse files Browse the repository at this point in the history
…wer/templates
  • Loading branch information
DamienHarper committed Jun 13, 2019
1 parent 055e3e6 commit 181b9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
);

// ...
Expand Down

0 comments on commit 181b9ea

Please sign in to comment.