Skip to content

Commit 558c211

Browse files
Remove unused import
Fixes #27
1 parent f8efc4a commit 558c211

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Models/Contact.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
use Illuminate\Database\Eloquent\Relations\MorphTo;
88
use Illuminate\Database\Eloquent\SoftDeletes;
99

10-
use Lecturize\Addresses\Traits\HasCountry;
11-
1210
/**
1311
* Class Contact
1412
* @package Lecturize\Addresses\Models
@@ -42,7 +40,6 @@
4240
*/
4341
class Contact extends Model
4442
{
45-
use HasCountry;
4643
use SoftDeletes;
4744

4845
/** @inheritdoc */

0 commit comments

Comments
 (0)