Implemented file sending during BINKP and EMSI sessions
This commit is contained in:
@@ -154,7 +154,7 @@ class File extends Model
|
||||
public function path()
|
||||
{
|
||||
return $this->belongsToMany(Address::class,'file_path')
|
||||
->withPivot(['id','parent_id','extra']);
|
||||
->withPivot(['id','parent_id','datetime','extra']);
|
||||
}
|
||||
|
||||
/* ATTRIBUTES */
|
||||
|
Reference in New Issue
Block a user