File "AccountingAccTransMapping.php"
Full path: /home/oishifashion/ap.oishifashion.com/Modules/Entities/AccountingAccTransMapping.php
File
size: 178 B (178 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
namespace Modules\Accounting\Entities;
use Illuminate\Database\Eloquent\Model;
class AccountingAccTransMapping extends Model
{
protected $fillable = [];
}