Skip to content

Commit

Permalink
Include missing namespace (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamthehutt authored and barryvdh committed Sep 5, 2018
1 parent de77b89 commit 7b215fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PdfFaker.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php namespace Barryvdh\Snappy;

use PHPUnit\Framework\Assert as PHPUnit;

Expand Down Expand Up @@ -276,4 +276,4 @@ public function save($filename, $overwrite = false)
{
return $this;
}
}
}

0 comments on commit 7b215fc

Please sign in to comment.