Add missing use statement

Fixes #2

Co-authored-by: Andy Broomfield <talk@andybroomfield.com>
This commit is contained in:
Oliver Davies 2020-03-14 00:25:20 +00:00
parent 54d4e2d87e
commit 44b7fb9842

View file

@ -718,6 +718,8 @@ injecting the `EntityTypeManager` and using it to return nodes from the
`getAll()` method rather than the empty array. `getAll()` method rather than the empty array.
```diff ```diff
+ use Drupal\Core\Entity\EntityTypeManagerInterface;
+
+ /** + /**
+ * @var \Drupal\Core\Entity\EntityStorageInterface + * @var \Drupal\Core\Entity\EntityStorageInterface
+ */ + */