Skip to content

Commit d589a56

Browse files
author
Raymond Kolbe
committed
Updated code example for ZF2 beta 5
1 parent 715fa6e commit d589a56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ Copy `dino/DOMPDFModule/config/module.dompdf.local.php` to `my/project/directory
4444

4545
namespace Application\Controller;
4646

47-
use Zend\Mvc\Controller\ActionController;
47+
use Zend\Mvc\Controller\AbstractActionController;
4848
use DOMPDFModule\View\Model\PdfModel;
4949

50-
class ReportController extends ActionController
50+
class ReportController extends AbstractActionController
5151
{
5252
public function monthlyReportPdfAction()
5353
{

0 commit comments

Comments
 (0)