mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-16 07:25:39 +00:00
Merge remote-tracking branch 'origin/develop'
This commit is contained in:
@ -46,7 +46,7 @@ class UserFilesController extends Controller
|
||||
$logAction = new Actionlog();
|
||||
$logAction->item_id = $user->id;
|
||||
$logAction->item_type = User::class;
|
||||
$logaction->created_by = auth()->id();
|
||||
$logAction->created_by = auth()->id();
|
||||
$logAction->note = $request->input('notes');
|
||||
$logAction->target_id = null;
|
||||
$logAction->created_at = date("Y-m-d H:i:s");
|
||||
|
||||
Reference in New Issue
Block a user