This commit is contained in:
2026-02-10 16:33:06 +01:00
parent b9ed209e5d
commit b1996d153e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,5 +23,5 @@ Homestead.json
Homestead.yaml
Thumbs.db
/public/*
/public/**
!/public/index.php
+1 -1
View File
@@ -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);
}
}