Merged in afiqhamzah/fix/add-missing-helper-method (pull request #61)

Add missing helper method
This commit is contained in:
Afiq Hamzah
2023-12-31 07:20:10 +00:00
+6
View File
@@ -111,4 +111,10 @@ class Helper
}
public static function getActiveCawangan() {
return Cawangan::whereIn('mysql', helper::getactivecawangandbconnection())->get();
}
}