mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Better debug comment
This commit is contained in:
parent
e275c9ee90
commit
f53cabee24
|
@ -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