Skip to content

Commit deed7fc

Browse files
committed
Update headers
1 parent 802ee6f commit deed7fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/usage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ title: Usage
33
weight: 7
44
---
55

6-
### Making Patches
6+
## Making Patches
77

88
```bash
99
php artisan make:patch patch_1_0_0
1010
```
1111

1212
This created a timestamped patch file under database/patches.
1313

14-
### Running Patches
14+
## Running Patches
1515

1616
To run all available patches:
1717

@@ -31,7 +31,7 @@ To force the patches to run in production (deploy scripts, etc.):
3131
php artisan patch --force
3232
```
3333

34-
### Rolling Back Patches
34+
## Rolling Back Patches
3535

3636
To rollback all patches of the last batch:
3737

@@ -45,7 +45,7 @@ To rollback the last X patches regardless of batch:
4545
php artisan patch:rollback --step=X
4646
```
4747

48-
### Patch File Helpers
48+
## Patch File Helpers
4949

5050
You may use the following helper commands from your patch files:
5151

0 commit comments

Comments
 (0)