@@ -2,8 +2,8 @@  | 
                                                    ||
| 2 | 2 | |
| 3 | 3 | namespace Recca0120\Repository;  | 
                                                        
| 4 | 4 | |
| 5 | -use ReflectionClass;  | 
                                                        |
| 6 | 5 | use BadMethodCallException;  | 
                                                        
| 6 | +use ReflectionClass;  | 
                                                        |
| 7 | 7 | |
| 8 | 8 | class Criteria  | 
                                                        
| 9 | 9 |  { | 
                                                        
@@ -123,7 +123,7 @@  | 
                                                    ||
| 123 | 123 | *  | 
                                                        
| 124 | 124 | * @param array $attributes  | 
                                                        
| 125 | 125 | * @param bool $forceFill  | 
                                                        
| 126 | - * @return mixed  | 
                                                        |
| 126 | + * @return Model  | 
                                                        |
| 127 | 127 | */  | 
                                                        
| 128 | 128 | public function create($attributes, $forceFill = false)  | 
                                                        
| 129 | 129 |      { |