staff members,senderid, documents,bug fixes, etc
This commit is contained in:
@@ -8,4 +8,7 @@ class Mnoips extends Model
|
||||
{
|
||||
protected $guarded = array('id');
|
||||
public $table = "mno_ip_addresses";
|
||||
public function created_by_info(){
|
||||
return $this->hasOne('App\Models\SystemUser', 'id', 'last_modified_by');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user