This commit is contained in:
Server D3 Linksehat
2024-12-05 14:41:08 +07:00
parent d211bb7924
commit 697c41eb70

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