Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 8ef8b31

Browse files
authored
Merge branch 'master' into whatsnew-update
2 parents 24db998 + 8f7d6bb commit 8ef8b31

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

src/_includes/config/split-deploy/example_build-sync.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,22 @@ To update your build system:
1010
git pull mconfig m2.2_deploy
1111
```
1212

13+
1. Run the upgrade command:
14+
15+
```bash
16+
bin/magento setup:upgrade
17+
```
18+
1319
1. Compile code:
1420

1521
```bash
16-
php bin/magento setup:di:compile
22+
bin/magento setup:di:compile
1723
```
1824

1925
1. After code has been compiled, generate static view files:
2026

2127
```bash
22-
php bin/magento setup:static-content:deploy -f
28+
bin/magento setup:static-content:deploy -f
2329
```
2430

2531
1. Check the changes into source control.

src/guides/v2.3/extension-dev-guide/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Plugins can not be used on following:
1818
* Final classes
1919
* Non-public methods
2020
* Class methods (such as static methods)
21-
* `__construct`
21+
* `__construct` and `__destruct`
2222
* Virtual types
2323
* Objects that are instantiated before `Magento\Framework\Interception` is bootstrapped
2424

0 commit comments

Comments
 (0)