Skip to content

Commit

Permalink
Added missing use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaguerre committed Jun 21, 2016
1 parent 08cdb1f commit aa28abf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Textmaster/Model/Project.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
use Textmaster\Events;
use Textmaster\Exception\BadMethodCallException;
use Textmaster\Exception\InvalidArgumentException;
use Textmaster\Exception\UnexpectedTypeException;
use Textmaster\Pagination\PagerfantaAdapter;

class Project extends AbstractObject implements ProjectInterface
Expand Down

0 comments on commit aa28abf

Please sign in to comment.