Update tinker files to use new Helper implementations
This commit is contained in:
@@ -3,10 +3,11 @@
|
||||
use App\Cawangan;
|
||||
use App\Customer;
|
||||
use App\Gadai;
|
||||
use App\Helper;
|
||||
|
||||
$tarikh = '2023-11-01';
|
||||
|
||||
$active_cawangan_db_connection = getActiveCawanganDbConnection();
|
||||
$active_cawangan_db_connection = Helper::getActiveCawanganDbConnection();
|
||||
|
||||
$active_cawangan_db = array_map(function($connection){
|
||||
return config('database.connections.' . $connection)['database'];
|
||||
|
||||
Reference in New Issue
Block a user