Skip to content

Commit

Permalink
updated code
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrax committed May 6, 2024
1 parent 29a2cb9 commit 25c49e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AuditTrails.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function store_log(string $event, string $event_category, array $request,
$audit->fullUrl = $fullUrl;
$audit->device = $device;

$audit->platftorm = $platform;
$audit->platform = $platform;
$audit->created_by = $createdby;
$audit->save();
}
Expand All @@ -46,7 +46,7 @@ public function logdata(string $event, string $event_category, array $request, a
$audit->request_id = $request_id;
$audit->session_id = $session_id;
$audit->created_by = $createdby;
$audit->platftorm = $platform;
$audit->platform = $platform;

$audit->save();
}
Expand Down

0 comments on commit 25c49e9

Please sign in to comment.