Skip to content

Commit bc55e0d

Browse files
committed
update command
1 parent 09c21f5 commit bc55e0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ protected function schedule(Schedule $schedule)
6161
}
6262
```
6363
You can change the frequency of the schedule as desired. You can also use the
64-
`php artisan dashboard:fetch-customer-data-from-paystack-api` command.
64+
`php artisan dashboard:fetch-customers-data-from-paystack-api` command.
6565

6666
## Usage
6767
In your dashboard view you use the `livewire:paystack-customers-tile` component.

src/FetchCustomersDataFromPaystackApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class FetchCustomersDataFromPaystackApi extends Command
1111
{
12-
protected $signature = 'dashboard:fetch-customer-data-from-paystack-api';
12+
protected $signature = 'dashboard:fetch-customers-data-from-paystack-api';
1313

1414
protected $description = 'Fetch data for paystack Customer tile';
1515

0 commit comments

Comments
 (0)