Apply fixes from StyleCI

This commit is contained in:
Nabeel Shahzad
2018-08-26 16:40:04 +00:00
committed by StyleCI Bot
parent 20f46adbc4
commit 9596d88b48
407 changed files with 4032 additions and 3286 deletions

View File

@@ -15,10 +15,10 @@ use App\Models\Traits\ReferenceTrait;
* @property string memo
* @property string transaction_group
* @property string post_date
* @property integer credit
* @property integer debit
* @property int credit
* @property int debit
* @property string ref_model
* @property integer ref_model_id
* @property int ref_model_id
* @property Journal journal
*/
class JournalTransaction extends Model
@@ -39,7 +39,7 @@ class JournalTransaction extends Model
'tags',
'ref_model',
'ref_model_id',
'post_date'
'post_date',
];
protected $casts = [