芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/yeahea.digitalhubbd.com/app/Models/LocalInvoice.php
<?php namespace App\Models; class LocalInvoice extends BaseModel { /** * The database table used by the model. * * @var string */ protected $table = 'invoices'; /** * The guarded attributes on the model. * * @var array */ protected $guarded = []; /** * The attributes excluded from the model's JSON form. * * @var array */ protected $hidden = []; /** * Get the shop that owns the invoice. */ public function shop() { return $this->belongsTo(Shop::class); } }
Page is not found
Oops! Page not found.
Sorry, an error has occured, Requested page not found!
Back To Homepage