Skip to content

Commit 73e424a

Browse files
committed
Remove unused traits
1 parent f47568b commit 73e424a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Commands/MySql.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111

1212
class MySql extends Base
1313
{
14-
use WithSignalHandlers,
15-
WithEnv;
14+
use WithSignalHandlers;
1615

1716
protected $signature = 'mysql
1817
{--p|password= : The password to use.}

0 commit comments

Comments
 (0)