Skip to content

Commit 4443d73

Browse files
committed
Readme fixes.
1 parent d03e740 commit 4443d73

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,9 @@ class ExampleCommand extends Command
163163
164164
### Custom mutex file storage
165165
166-
If you're using `file` strategy, mutex files will be stored at the `storage/app` folder, by default. However, you can change storage
167-
folder by overriding `getMutexFileStorage` method in your command:
166+
If you're using `file` strategy, mutex files will be stored at the `storage/app` folder, by default.
167+
168+
You can change storage folder by overriding `getMutexFileStorage` method in your command:
168169

169170
```php
170171
class ExampleCommand extends Command

0 commit comments

Comments
 (0)