Various code cleanup [skip ci]

This commit is contained in:
James Cole
2016-10-22 09:33:03 +02:00
parent 7ce3b8d4ef
commit 12a6a61100
8 changed files with 21 additions and 22 deletions

View File

@@ -55,7 +55,7 @@ class Transaction extends Model
{
protected $dates = ['created_at', 'updated_at', 'deleted_at'];
protected $fillable = ['account_id', 'transaction_journal_id', 'description', 'amount','identifier'];
protected $fillable = ['account_id', 'transaction_journal_id', 'description', 'amount', 'identifier'];
protected $hidden = ['encrypted'];
protected $rules
= [