Merge remote-tracking branch 'refs/remotes/origin/staging' into staging

This commit is contained in:
2024-12-05 15:52:48 +07:00

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);