Total Complexity | 1 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | class RecentlyUpdatedBookingsBlockoutsPullCommand extends Command |
||
12 | { |
||
13 | protected $signature = 'iprosoftware-sync:recently-updated-bookings-blockouts:pull |
||
14 | {--minutes_ago=60 : Last updated since.} |
||
15 | {--queue= : Queue to dispatch job.} |
||
16 | '; |
||
17 | |||
18 | protected $description = 'Pull ipro recently updated bookings blockouts'; |
||
19 | |||
20 | public function handle(): int |
||
28 |