menambahkan fitur export to excel di menu master ijin usaha
This commit is contained in:
@@ -13,4 +13,9 @@ class Branch extends Base
|
||||
{
|
||||
return $this->hasMany(Debiture::class, 'branch_id', 'id');
|
||||
}
|
||||
|
||||
public function kjpp()
|
||||
{
|
||||
return $this->belongsTo(KJPP::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user