mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-31 02:13:57 +00:00
Major incomplete Change
This commit is contained in:
@@ -2,19 +2,13 @@
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Spatie\Activitylog\Traits\LogsActivity;
|
||||
|
||||
class Document extends Model
|
||||
class Document extends AbstractModel
|
||||
{
|
||||
|
||||
use LogsActivity;
|
||||
|
||||
protected $table = 'documents';
|
||||
|
||||
protected $fillable = [
|
||||
'type', 'reference_id', 'document_type', 'name', 'primary'
|
||||
];
|
||||
|
||||
protected static $logFillable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user