fixed test

This commit is contained in:
Cüneyt Şentürk 2020-12-24 22:55:11 +03:00
parent be35804c9d
commit 5e796bd956

View File

@ -15,7 +15,7 @@ class DocumentItem extends Model
protected $table = 'document_items'; protected $table = 'document_items';
protected $appends = ['discount', 'discount_rate']; protected $appends = ['discount'];
protected $fillable = [ protected $fillable = [
'company_id', 'company_id',