Add missing helper method

This commit is contained in:
Afiq Hamzah
2023-12-31 15:17:13 +08:00
parent 9b611cbaf7
commit 86549243f4
+6
View File
@@ -111,4 +111,10 @@ class Helper
}
public static function getActiveCawangan() {
return Cawangan::whereIn('mysql', helper::getactivecawangandbconnection())->get();
}
}