Skip to content

Commit d8b8c02

Browse files
committed
Removed HasFactory from Country model
1 parent 661b829 commit d8b8c02

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/Models/Country.php

-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@
33
namespace App\Models;
44

55
use Illuminate\Database\Eloquent\Casts\Attribute;
6-
use Illuminate\Database\Eloquent\Factories\HasFactory;
76
use Illuminate\Database\Eloquent\Model;
87

98
class Country extends Model
109
{
11-
use HasFactory;
12-
1310
protected $fillable = [
1411
'name',
1512
'iso2',

0 commit comments

Comments
 (0)