We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f30681f + e905965 commit 5e108dfCopy full SHA for 5e108df
packages/composer/amazeelabs/silverback_preview_link/src/PreviewLinkHooks.php
@@ -27,7 +27,7 @@ final public function __construct(
27
*/
28
public static function create(ContainerInterface $container) {
29
/** @var \Drupal\silverback_preview_link\PreviewLinkStorageInterface $storage */
30
- $storage = $container->get('entity_type.manager')->getStorage('silverack_preview_link');
+ $storage = $container->get('entity_type.manager')->getStorage('silverback_preview_link');
31
return new static(
32
$storage,
33
$container->get('datetime.time'),
0 commit comments