-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1675 from spryker-shop/feature/cc-34502/dev-order…
…-amendment-finalisation Auto-merge based on green CI result.
- Loading branch information
Showing
11 changed files
with
290 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
src/Orm/Zed/SalesOrderAmendment/Persistence/SpySalesOrderAmendmentQuote.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of the Spryker Suite. | ||
* For full license information, please view the LICENSE file that was distributed with this source code. | ||
*/ | ||
|
||
declare(strict_types = 1); | ||
|
||
namespace Orm\Zed\SalesOrderAmendment\Persistence; | ||
|
||
use Spryker\Zed\SalesOrderAmendment\Persistence\Propel\AbstractSpySalesOrderAmendmentQuote as BaseSpySalesOrderAmendmentQuote; | ||
|
||
/** | ||
* Skeleton subclass for representing a row from the 'spy_sales_order_amendment_quote' table. | ||
* | ||
* | ||
* | ||
* You should add additional methods to this class to meet the | ||
* application requirements. This class will only be generated as | ||
* long as it does not already exist in the output directory. | ||
*/ | ||
class SpySalesOrderAmendmentQuote extends BaseSpySalesOrderAmendmentQuote | ||
{ | ||
} |
25 changes: 25 additions & 0 deletions
25
src/Orm/Zed/SalesOrderAmendment/Persistence/SpySalesOrderAmendmentQuoteQuery.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of the Spryker Suite. | ||
* For full license information, please view the LICENSE file that was distributed with this source code. | ||
*/ | ||
|
||
declare(strict_types = 1); | ||
|
||
namespace Orm\Zed\SalesOrderAmendment\Persistence; | ||
|
||
use Spryker\Zed\SalesOrderAmendment\Persistence\Propel\AbstractSpySalesOrderAmendmentQuoteQuery as BaseSpySalesOrderAmendmentQuoteQuery; | ||
|
||
/** | ||
* Skeleton subclass for performing query and update operations on the 'spy_sales_order_amendment_quote' table. | ||
* | ||
* | ||
* | ||
* You should add additional methods to this class to meet the | ||
* application requirements. This class will only be generated as | ||
* long as it does not already exist in the output directory. | ||
*/ | ||
class SpySalesOrderAmendmentQuoteQuery extends BaseSpySalesOrderAmendmentQuoteQuery | ||
{ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters