Update histori file MCU
This commit is contained in:
@@ -8,7 +8,7 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class FilesMcu extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
protected $table = 'filesmcu';
|
||||
protected $table = 'files_mcu';
|
||||
protected $primaryKey = 'id';
|
||||
protected $fillable = ['member_id', 'path', 'created_by', 'created_at'];
|
||||
protected $fillable = ['memberid', 'original_name', 'path', 'created_by','updated_by', 'created_at', 'updated_at'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user