Skip to content

Commit b8fb7ff

Browse files
committed
Fixed address types command
1 parent 0f9fcf3 commit b8fb7ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Console/LaravelCrmAddressTypes.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ public function handle()
6565

6666
if (! $teamAddressType) {
6767
DB::table('address_types')->insert([
68-
'external_id' => Uuid::uuid4()->toString(),
6968
'name' => $addressType->name,
7069
'description' => $addressType->description,
7170
'team_id' => $team->id,

0 commit comments

Comments
 (0)