mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-04 21:35:34 +00:00
@ -126,7 +126,6 @@ class AssetObserver
|
||||
*/
|
||||
public function deleting(Asset $asset)
|
||||
{
|
||||
\Log::error('deleting observer fired for asset: ' . $asset->id);
|
||||
$logAction = new Actionlog();
|
||||
$logAction->item_type = Asset::class;
|
||||
$logAction->item_id = $asset->id;
|
||||
|
||||
Reference in New Issue
Block a user