Skip to content
Snippets Groups Projects
Commit 88ce6b4e authored by xiphon's avatar xiphon
Browse files

Deposit: tx_id must be fillable

parent 445efe13
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,10 @@ use Illuminate\Database\Eloquent\Model;
*/
class Deposit extends Model
{
protected $fillable = [
'tx_id',
];
/**
* @return \Illuminate\Database\Eloquent\Relations\BelongsTo
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment