From a8c38c696bd88258d2ac70762896734a3f043e34 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Thu, 1 Aug 2024 08:48:56 -0300 Subject: [PATCH] chore: move file jobs to file index inside folder jobs When Jigsaw identify a folder, is added a index file inside this folder. The file jobs outside of folder jobs is the same to have a index file inside the folder jobs. Signed-off-by: Vitor Mattos --- source/{jobs.blade.php => jobs/index.blade.php} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename source/{jobs.blade.php => jobs/index.blade.php} (100%) diff --git a/source/jobs.blade.php b/source/jobs/index.blade.php similarity index 100% rename from source/jobs.blade.php rename to source/jobs/index.blade.php