@@ -2,8 +2,6 @@ |
||
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; |
@@ -4,7 +4,6 @@ |
||
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. |