Skip to content

Commit

Permalink
Update dompdfFactory.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Zukowsky authored Aug 25, 2016
1 parent abc07c9 commit 2f292de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Factory/dompdfFactory.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?php
namespace dompdfmodule\Factory;

use Zend\ServiceManager\FactoryInterface;
use Zend\ServiceManager\ServiceLocatorInterface;
use Dompdf\Dompdf;
use Dompdf\Options;
use Interop\Container\ContainerInterface;
use Zend\ServiceManager\FactoryInterface;
use Zend\ServiceManager\ServiceLocatorInterface;

class dompdfFactory implements FactoryInterface
{
Expand Down

0 comments on commit 2f292de

Please sign in to comment.