Completed
Pull Request — master (#22)
by Sergey
04:34
created
src/Model/BaseModel.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Isswp101\Persimmon\Model;
4 4
 
5
-use Isswp101\Persimmon\Contracts\Presentable;
6
-use Isswp101\Persimmon\Contracts\Storable;
7 5
 use Isswp101\Persimmon\DI\Container;
8 6
 use Isswp101\Persimmon\Exceptions\IllegalCollectionException;
9 7
 use Isswp101\Persimmon\Exceptions\ModelNotFoundException;
Please login to merge, or discard this patch.