Update PractitionerSeeder
This commit is contained in:
@@ -16,7 +16,7 @@ class OrganizationSeeder extends Seeder
|
||||
*/
|
||||
public function run()
|
||||
{
|
||||
$response = Http::get('http://localhost:8001/temp/organizations');
|
||||
$response = Http::get('https://api.primaya.id/temp/organizations');
|
||||
|
||||
foreach ($response->json()['organizations'] as $organization) {
|
||||
$newOrganization = Organization::updateOrCreate([
|
||||
|
||||
Reference in New Issue
Block a user