@@ -11,5 +11,8 @@  | 
                                                    ||
| 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  | 
                                                        
@@ -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  |