Merge remote-tracking branch 'origin/staging' into origin/production

This commit is contained in:
Server D3 Linksehat
2024-12-05 16:11:15 +07:00
14 changed files with 114 additions and 19 deletions

View File

@@ -16,7 +16,7 @@ class ApotekMandiriInhealtSeeder extends Seeder
*/
public function run()
{
$file_path = resource_path('files/data-apotik-layanan-pharmacy-delivery.xlsx');
$file_path = resource_path('files/data-apotik-layanan-pharmacy-delivery-update.xlsx');
$reader = ReaderEntityFactory::createReaderFromFile($file_path);
$reader->open($file_path);