Completed
Push — master ( bf55ad...1b9783 )
by James Ekow Abaka
01:52
created
src/Operations.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 ntentan\nibii;
4 4
 
5
-use ntentan\panie\Container;
6
-
7 5
 class Operations {
8 6
 
9 7
     private $wrapper;
Please login to merge, or discard this patch.
src/ORMContext.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use ntentan\atiaa\DbContext;
6 6
 use ntentan\kaikai\Cache;
7
-use ntentan\panie\Container;
8 7
 
9 8
 /**
10 9
  * A collection of utility methods used as helpers for loading models.
Please login to merge, or discard this patch.