refactor: use uuid as primarykey (monicahq/chandler#453)

This commit is contained in:
Alexis Saettler
2023-04-09 22:31:01 +02:00
committed by GitHub
parent 12f8675f9d
commit b97fd8dd5b
390 changed files with 1280 additions and 1166 deletions
@@ -8,7 +8,7 @@ use Illuminate\Support\Facades\Auth;
class ToggleTimelineEventController
{
public function store(Request $request, int $vaultId, int $contactId, int $timelineEventId)
public function store(Request $request, string $vaultId, string $contactId, int $timelineEventId)
{
$data = [
'account_id' => Auth::user()->account_id,