| Total Complexity | 5 |
| Total Lines | 37 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class AvailabilityPullCommand extends Command |
||
| 10 | { |
||
| 11 | protected $signature = 'iprosoftware-sync:availability:pull |
||
| 12 | {--property_id= : Pull availability by ipro property id.} |
||
| 13 | {--months=60 : the number of months of data to be returned, works only for day_availability.} |
||
| 14 | {--queue= : Queue to dispatch job.} |
||
| 15 | '; |
||
| 16 | |||
| 17 | protected $description = 'Pull ipro availability'; |
||
| 18 | |||
| 19 | public function handle(): int |
||
| 48 |