mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Better debug comment
This commit is contained in:
parent
23f77b2894
commit
1936fc2ea9
|
@ -69,7 +69,7 @@ trait ConvertsBase64ToFiles
|
||||||
|
|
||||||
//Inserting new file to $this-files does not work so have to deal this after
|
//Inserting new file to $this-files does not work so have to deal this after
|
||||||
$this->offsetSet($key,$uploadedFile);
|
$this->offsetSet($key,$uploadedFile);
|
||||||
\Log::debug("Trait: encoded field \"$key\" inserted" );
|
\Log::debug("Trait: field \"$key\" inserted as UplodedFile" );
|
||||||
|
|
||||||
}, null, false);
|
}, null, false);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue