@@ -111,6 +111,9 @@ |
||
| 111 | 111 | return array_sum($results) === count($results); |
| 112 | 112 | } |
| 113 | 113 | |
| 114 | + /** |
|
| 115 | + * @param string $className |
|
| 116 | + */ |
|
| 114 | 117 | public function getStoragePath(AnnotatedInterface $model, $className) |
| 115 | 118 | { |
| 116 | 119 | if(empty(self::$paths[$className])) |