Skip to content

Commit ec4b230

Browse files
committed
MAGECLOUD-4835: Change .htaccess and .gitkeep in templates
1 parent 46abe6e commit ec4b230

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

m2-hotfixes/README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22

33
You can add custom patch files to this directory. All custom patch filenames must have the `.patch` extension, for example `<patch_name>.patch`.
44
After all Magento patches are applied, custom patches are applied in alphabetical order from the root of the Magento project as shown in the following example:
5+
```
6+
diff -Naur a/vendor/package-name/ClassName.php b/vendor/package-name/ClassName.php
7+
--- a/vendor/package-name/ClassName.php
8+
+++ b/vendor/package-name/ClassName.php
9+
...
10+
```
511

6-
```
7-
diff -Naur a/vendor/package-name/ClassName.php b/vendor/package-name/ClassName.php
8-
--- a/vendor/package-name/ClassName.php
9-
+++ b/vendor/package-name/ClassName.php
10-
...
11-
```
12-
1312
You can use the following command to apply all Magento patches and your custom patches locally.
14-
```
13+
```
1514
php ./vendor/bin/ece-patches apply
1615
```

0 commit comments

Comments
 (0)