Skip to content
This repository was archived by the owner on May 30, 2022. It is now read-only.

Commit f4271d3

Browse files
author
Mohamed Jinas
committed
2 parents 29ff1f6 + 6d588fc commit f4271d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/DeleteContact.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
namespace Jinas\BMLConsole\Commands;
44

5+
use Jinas\BMLConsole\Helpers\Arr;
56
use Jinas\BMLConsole\Helpers\BML;
67
use Symfony\Component\Console\Helper\QuestionHelper;
78
use Symfony\Component\Console\Input\InputInterface;
89
use Symfony\Component\Console\Output\OutputInterface;
910
use Symfony\Component\Console\Question\Question;
10-
use Jinas\BMLConsole\Helpers\Arr;
1111

1212
class DeleteContact
1313
{

0 commit comments

Comments
 (0)