Skip to content

Commit da5d5d4

Browse files
committed
this was removed
1 parent f921435 commit da5d5d4

2 files changed

Lines changed: 1 addition & 26 deletions

File tree

src/Commands/BaseCommand.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@
55
use Illuminate\Console\Command;
66
use STS\Keep\Commands\Concerns\GathersInput;
77
use STS\Keep\Commands\Concerns\InteractsWithFilesystem;
8-
use STS\Keep\Commands\Concerns\InteractsWithVaults;
98
use STS\Keep\Exceptions\KeepException;
109
use STS\Keep\Facades\Keep;
1110
use function Laravel\Prompts\error;
1211
use function Laravel\Prompts\note;
1312

1413
abstract class BaseCommand extends Command
1514
{
16-
use GathersInput, InteractsWithFilesystem, InteractsWithVaults;
15+
use GathersInput, InteractsWithFilesystem;
1716

1817

1918
public function handle(): int

src/Commands/Concerns/InteractsWithVaults.php

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)