Skip to content

Commit

Permalink
feat: preserve service with deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
hschoenenberger committed Feb 27, 2025
1 parent daf83d9 commit 5ccd084
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,7 @@ OR with multiple environments :
cp config.dist.php config.myenv.php
BUNDLE_ENV=myenv make
```

# Deprecation Notices [WIP]

* PrestaShop\Module\PsAccounts\Provider\OAuth2\PrestaShopSession
1 change: 0 additions & 1 deletion src/Provider/OAuth2/PrestaShopSession.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/


namespace PrestaShop\Module\PsAccounts\Provider\OAuth2;

use PrestaShop\Module\PsAccounts\AccountLogin\OAuth2Session;
Expand Down

0 comments on commit 5ccd084

Please sign in to comment.