lock exported timesheets (#798)
This commit is contained in:
@@ -19,6 +19,11 @@ use Symfony\Component\Console\Style\SymfonyStyle;
|
||||
|
||||
/**
|
||||
* Command used to execute all the basic application bootstrapping AFTER "composer install" was executed.
|
||||
*
|
||||
* This command is NOT used during runtime and only meant for developers on their local machines.
|
||||
* I am too lazy to think about how this could be tested ... and this is one of the rare edge cases where I don't
|
||||
* feel like it is necessary, so I "cheat" with:
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class ResetCommand extends Command
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user