added email notifications on expense approved/rejected (whatsapp tmr)
This commit is contained in:
@@ -11,7 +11,13 @@ class Region extends Model
|
||||
|
||||
protected $table = 'region';
|
||||
protected $fillable = [
|
||||
'head_id',
|
||||
'code',
|
||||
'name',
|
||||
];
|
||||
|
||||
public function head()
|
||||
{
|
||||
return $this->belongsTo('App\Models\Admin');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user