Skip to content

Commit 9140fab

Browse files
authored
Update Plugin.php
1 parent eb9aa30 commit 9140fab

File tree

1 file changed

+3
-3
lines changed
  • app/code/Magento/Multishipping/Controller/Checkout

1 file changed

+3
-3
lines changed

app/code/Magento/Multishipping/Controller/Checkout/Plugin.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
namespace Magento\Multishipping\Controller\Checkout;
79

810
/**
9-
* Class Plugin
10-
*
11-
* @package Magento\Multishipping\Controller\Checkout
11+
* Turns Off Multishipping mode for Quote.
1212
*/
1313
class Plugin
1414
{

0 commit comments

Comments
 (0)