@@ -4,11 +4,11 @@ |
||
4 | 4 | |
5 | 5 | use FaizShukri\Quran\Quran; |
6 | 6 | use Symfony\Component\Console\Command\Command; |
7 | +use Symfony\Component\Console\Helper\Table; |
|
7 | 8 | use Symfony\Component\Console\Helper\TableCell; |
8 | 9 | use Symfony\Component\Console\Input\InputArgument; |
9 | 10 | use Symfony\Component\Console\Input\InputInterface; |
10 | 11 | use Symfony\Component\Console\Output\OutputInterface; |
11 | -use Symfony\Component\Console\Helper\Table; |
|
12 | 12 | |
13 | 13 | class SurahCommand extends Command |
14 | 14 | { |