diff --git a/.gitignore b/.gitignore index ea2a471..5886779 100644 --- a/.gitignore +++ b/.gitignore @@ -23,5 +23,5 @@ Homestead.json Homestead.yaml Thumbs.db -/public/* +/public/** !/public/index.php diff --git a/app/Services/TypesenseService.php b/app/Services/TypesenseService.php index 667c7af..af8805d 100644 --- a/app/Services/TypesenseService.php +++ b/app/Services/TypesenseService.php @@ -60,7 +60,7 @@ class TypesenseService $checked = true; } catch (\Throwable $e) { - report($e); // log l'erreur, mais ne stoppe pas l'exécution + report($e); } }