Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
xiphon
CCS Backend
Commits
88ce6b4e
Commit
88ce6b4e
authored
Jan 27, 2019
by
xiphon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deposit: tx_id must be fillable
parent
445efe13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
app/Deposit.php
app/Deposit.php
+4
-0
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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