| Total Complexity | 2 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class PropertiesPullCommand extends Command |
||
| 11 | { |
||
| 12 | use HasRequestParams; |
||
| 13 | |||
| 14 | protected $signature = 'iprosoftware-sync:properties:pull |
||
| 15 | {--id= : Pull property by ipro id.} |
||
| 16 | {--request_params= : Send query params (url encoded).} |
||
| 17 | {--queue= : Queue to dispatch job.} |
||
| 18 | '; |
||
| 19 | |||
| 20 | protected $description = 'Pull ipro properties'; |
||
| 21 | |||
| 22 | public function handle(): int |
||
| 35 |