Skip to content

Commit 6388aba

Browse files
authored
Update add-cookie-to-manager.md
Fix wrong namespace in example.
1 parent 1002964 commit 6388aba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/plugins/plugins/storefront/add-cookie-to-manager.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ The interface mentioned above requires you to implement a method called `getCook
5252
Let's have a look at an example:
5353

5454
```php
55-
// <plugin root>/src/Service/CustomCookieProvider.php
55+
// <plugin root>/src/Framework/Cookie/CustomCookieProvider.php
5656
<?php declare(strict_types=1);
5757

58-
namespace Swag\BasicExample\Service;
58+
namespace PluginName\Framework\Cookie;
5959

6060
use Shopware\Storefront\Framework\Cookie\CookieProviderInterface;
6161

0 commit comments

Comments
 (0)