Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'refactor/remove-weak-components' of https://github.com/…
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Jul 23, 2012
7 parents 6551ff4 + e5066db + 30065eb + cd23bdb + f518ed9 + 54153cf + b6b2532 commit 025fb19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Renderer/Pdf.php
Expand Up @@ -10,10 +10,10 @@

namespace Zend\Barcode\Renderer;

use Zend\Pdf\Color;
use Zend\Pdf\Font;
use Zend\Pdf\Page;
use Zend\Pdf\PdfDocument;
use ZendPdf\Color;
use ZendPdf\Font;
use ZendPdf\Page;
use ZendPdf\PdfDocument;

/**
* Class for rendering the barcode in PDF resource
Expand Down

0 comments on commit 025fb19

Please sign in to comment.