| Total Complexity | 3 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class PropertiesCustomRatesPullCommand extends Command |
||
| 10 | { |
||
| 11 | protected $signature = 'iprosoftware-sync:properties-custom-rates:pull |
||
| 12 | {--id= : Pull property custom rates by ipro id.} |
||
| 13 | {--queue= : Queue to dispatch job.} |
||
| 14 | '; |
||
| 15 | |||
| 16 | protected $description = 'Pull ipro properties custom rates'; |
||
| 17 | |||
| 18 | public function handle(): int |
||
| 37 |