Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit b78edcd

Browse files
committed
Fixed Misspelled Phone Type Seeder
1 parent 22a7937 commit b78edcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/seeds/DatabaseSeeder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ public function run()
1313
{
1414
$this->call(RolesAndPermissionsSeeder::class);
1515
$this->call(CountrySeeder::class);
16-
$this->call(PhoneType::class);
16+
$this->call(PhoneTypeSeeder::class);
1717
}
1818
}

0 commit comments

Comments
 (0)