Added VaultMenu
This commit is contained in:
parent
1f802a3fa0
commit
f9141ae586
2 changed files with 8 additions and 2 deletions
|
@ -48,8 +48,6 @@
|
||||||
print(' ' . $option->toString($options_padding) . PHP_EOL);
|
print(' ' . $option->toString($options_padding) . PHP_EOL);
|
||||||
}
|
}
|
||||||
print(PHP_EOL);
|
print(PHP_EOL);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
8
src/ncc/CLI/VaultMenu.php
Normal file
8
src/ncc/CLI/VaultMenu.php
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
namespace ncc\CLI;
|
||||||
|
|
||||||
|
class VaultMenu
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue