wip(Resiliation script)

This commit is contained in:
2026-01-11 18:13:18 +01:00
parent fb6c62f19c
commit 80d96b7004
7 changed files with 148 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
use Illuminate\Support\Facades\Route;
Route::get('/call-dolibarr', function () {
$call = new App\Services\DolibarrService;
$call = new \App\Services\Dolibarr\DolibarrService;
$members = $call->getAllMembers();
// find specific
$userData = collect($members)->firstWhere('id', 124); // Isabelle AK