Added VaultMenu

This commit is contained in:
Netkas 2022-05-24 18:15:54 -04:00
parent 1f802a3fa0
commit f9141ae586
2 changed files with 8 additions and 2 deletions

View file

@ -48,8 +48,6 @@
print(' ' . $option->toString($options_padding) . PHP_EOL); print(' ' . $option->toString($options_padding) . PHP_EOL);
} }
print(PHP_EOL); print(PHP_EOL);
} }
/** /**

View file

@ -0,0 +1,8 @@
<?php
namespace ncc\CLI;
class VaultMenu
{
}