From f4d0db3c67127919f431459aa1e430cab4e6d380 Mon Sep 17 00:00:00 2001 From: horus Date: Thu, 17 Nov 2022 19:57:52 +0100 Subject: Change scheduler from closures to artisan commands --- app/Console/Commands/CheckImage.php | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 app/Console/Commands/CheckImage.php (limited to 'app/Console/Commands/CheckImage.php') diff --git a/app/Console/Commands/CheckImage.php b/app/Console/Commands/CheckImage.php new file mode 100644 index 0000000..fcd6d4a --- /dev/null +++ b/app/Console/Commands/CheckImage.php @@ -0,0 +1,36 @@ +checkImage(); + return Command::SUCCESS; + } +} -- cgit v1.2.3