Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
monero-project
CCS Backend
Commits
88ce6b4e
Commit
88ce6b4e
authored
Jan 27, 2019
by
xiphon
Browse files
Deposit: tx_id must be fillable
parent
445efe13
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Deposit.php
View file @
88ce6b4e
...
...
@@ -28,6 +28,10 @@ use Illuminate\Database\Eloquent\Model;
*/
class
Deposit
extends
Model
{
protected
$fillable
=
[
'tx_id'
,
];
/**
* @return \Illuminate\Database\Eloquent\Relations\BelongsTo
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment