File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ protected function schedule(Schedule $schedule)
6161}
6262```
6363You 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
6767In your dashboard view you use the ` livewire:paystack-customers-tile ` component.
Original file line number Diff line number Diff line change 99
1010class 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
You can’t perform that action at this time.
0 commit comments