Total Complexity | 4 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class syncLeadStatuses extends Command |
||
9 | { |
||
10 | protected $signature = 'academico:resync-statuses'; |
||
11 | |||
12 | protected $description = 'Student have a computed status, which is stored in the DB for performance reasons. In case statuses get out of sync, this command will resync them.'; |
||
13 | |||
14 | public function __construct() |
||
17 | } |
||
18 | |||
19 | public function handle() |
||
32 |