From aa28abff3783fcf1f51bf94412335052e16849fa Mon Sep 17 00:00:00 2001 From: Christian Date: Tue, 21 Jun 2016 15:09:31 +0200 Subject: [PATCH] Added missing use statement --- lib/Textmaster/Model/Project.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Textmaster/Model/Project.php b/lib/Textmaster/Model/Project.php index 44b6aa9..b2dadb0 100644 --- a/lib/Textmaster/Model/Project.php +++ b/lib/Textmaster/Model/Project.php @@ -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