From 8595f2a09aa6b7519305091c9afe9d91a131d162 Mon Sep 17 00:00:00 2001 From: Angelillo15 Date: Fri, 4 Aug 2023 23:46:42 +0200 Subject: [PATCH] Added love command --- app/Console/Commands/love.php | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 app/Console/Commands/love.php diff --git a/app/Console/Commands/love.php b/app/Console/Commands/love.php new file mode 100644 index 000000000..dce330b67 --- /dev/null +++ b/app/Console/Commands/love.php @@ -0,0 +1,33 @@ +info('Ari <3'); + return Command::SUCCESS; + } +}