From 2d88f463e471a228a6d82e1305b8f1cc4d6c76b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gi=C3=B2?= Date: Mon, 15 Jul 2024 16:33:52 +0200 Subject: [PATCH] Aufsplitten der Commands. --- .../Commands/scraperCreatePropertiesJobs.php | 31 +++++++++++++++++++ ....php => scraperCreatePropertyDataJobs.php} | 5 ++- 2 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 app/Console/Commands/scraperCreatePropertiesJobs.php rename app/Console/Commands/{scraperCreateJobs.php => scraperCreatePropertyDataJobs.php} (80%) diff --git a/app/Console/Commands/scraperCreatePropertiesJobs.php b/app/Console/Commands/scraperCreatePropertiesJobs.php new file mode 100644 index 0000000..9427bee --- /dev/null +++ b/app/Console/Commands/scraperCreatePropertiesJobs.php @@ -0,0 +1,31 @@ +