Start to implement tests

This commit is contained in:
Marcus Moore
2025-02-18 16:24:52 -08:00
parent 3d69721af0
commit cf0ce1c5ea
2 changed files with 22 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ class NotesController extends Controller
$item = Asset::findOrFail($validated['id']);
// @todo: authorization
$this->authorize('update', $item);
$logaction = new Actionlog();
$logaction->item_id = $item->id;