Merged in afiqhamzah/fix/add-missing-helper-method (pull request #61)
Add missing helper method
This commit is contained in:
@@ -111,4 +111,10 @@ class Helper
|
||||
|
||||
}
|
||||
|
||||
public static function getActiveCawangan() {
|
||||
|
||||
return Cawangan::whereIn('mysql', helper::getactivecawangandbconnection())->get();
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user