From 0be2f14e958850f0124a683f995356759a7b6e0a Mon Sep 17 00:00:00 2001 From: Maarten Date: Tue, 7 Jan 2020 21:31:15 +0100 Subject: [PATCH] Add test command class --- app/Console/Commands/TestCommand.php | 34 ++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 app/Console/Commands/TestCommand.php diff --git a/app/Console/Commands/TestCommand.php b/app/Console/Commands/TestCommand.php new file mode 100644 index 0000000..80ebedb --- /dev/null +++ b/app/Console/Commands/TestCommand.php @@ -0,0 +1,34 @@ +