From c85916de9b76bc502317b8225a1aeb90d343d92c Mon Sep 17 00:00:00 2001 From: afiq Date: Fri, 3 Sep 2021 02:26:56 +0800 Subject: [PATCH] keluar lelong --- app/Console/Commands/keluarLelong.php | 48 +++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 app/Console/Commands/keluarLelong.php diff --git a/app/Console/Commands/keluarLelong.php b/app/Console/Commands/keluarLelong.php new file mode 100644 index 0000000..b8e10af --- /dev/null +++ b/app/Console/Commands/keluarLelong.php @@ -0,0 +1,48 @@ +json(); + if($updateOnline == 'successful'){ + return 0; + }else{ + return 'failed'; + } + } +}