|
@@ -2,12 +2,12 @@ |
|
|
block discarded – undo |
|
2
|
2
|
|
|
3
|
3
|
namespace FaizShukri\Quran\Commands; |
|
4
|
4
|
|
|
|
5
|
+use FaizShukri\Quran\Exceptions\SurahInvalid; |
|
5
|
6
|
use FaizShukri\Quran\Quran; |
|
6
|
7
|
use FaizShukri\Quran\Supports\Levenshtein; |
|
7
|
|
-use FaizShukri\Quran\Exceptions\SurahInvalid; |
|
|
8
|
+use Symfony\Component\Console\Command\Command; |
|
8
|
9
|
use Symfony\Component\Console\Helper\Table; |
|
9
|
10
|
use Symfony\Component\Console\Helper\TableCell; |
|
10
|
|
-use Symfony\Component\Console\Command\Command; |
|
11
|
11
|
use Symfony\Component\Console\Input\InputArgument; |
|
12
|
12
|
use Symfony\Component\Console\Input\InputInterface; |
|
13
|
13
|
use Symfony\Component\Console\Output\OutputInterface; |
Please login to merge, or discard this patch.