Completed
Push — master ( f80c47...bf55ad )
by James Ekow Abaka
03:07
created
src/ModelFactoryInterface.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -11,5 +11,8 @@
 block discarded – undo
11 11
 
12 12
 interface ModelFactoryInterface
13 13
 {
14
+    /**
15
+     * @param string $name
16
+     */
14 17
     public function createModel($name, $context);
15 18
 }
16 19
\ No newline at end of file
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
Please login to merge, or discard this patch.