mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-08 21:52:55 +08:00
phpcs
This commit is contained in:
parent
cc829f9756
commit
6ddcaeea5b
3 changed files with 4 additions and 2 deletions
3
modules.local/package-lock.json
generated
Normal file
3
modules.local/package-lock.json
generated
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"lockfileVersion": 1
|
||||
}
|
|
@ -7,7 +7,6 @@ use Dhii\Data\Container\ContainerInterface;
|
|||
|
||||
return [
|
||||
'session.handler' => function (ContainerInterface $container) : SessionHandler {
|
||||
|
||||
if (is_admin()) {
|
||||
return new SessionHandler();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue