Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
39 | public function handle() |
||
40 | { |
||
41 | $output = new \Symfony\Component\Console\Output\ConsoleOutput(); |
||
42 | $output->writeln('###########################################------Inserting file records------###########################################'); |
||
43 | |||
44 | ExaminationStudentsController::callOnClick($this->argument('year'),$this->argument('grade')); |
||
45 | $output->writeln('###########################################------Finished inserting file records------###########################################'); |
||
46 | } |
||
48 |