Browse Source

Merge branch '3.x' into development-3.x

3.x
Andrew Wallo 7 months ago
parent
commit
30250f4a4e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -221,7 +221,7 @@ After integrating Plaid, you can connect your account on the "Connected Accounts
221 221
 institution. Before importing transactions, ensure to run the following command to process the queued transactions:
222 222
 
223 223
 ```bash
224
-php artisan queue:work --queue=transactions
224
+php artisan queue:listen
225 225
 ```
226 226
 
227 227
 ## Testing

Loading…
Cancel
Save