| @@ -2,10 +2,8 @@ | ||
| 2 | 2 | |
| 3 | 3 | namespace FluentCommunity\App\Models; |
| 4 | 4 | |
| 5 | 5 | |
| 6 | -use FluentCommunity\App\Models\Feed; | |
| 7 | - | |
| 8 | 6 | /** |
| 9 | 7 | * FluentCRM Contact Model |
| 10 | 8 | * |
| 11 | 9 | * Database Model |
| @@ -13,9 +11,9 @@ | ||
| 13 | 11 | * @package FluentCommunity\App\Models |
| 14 | 12 | * |
| 15 | 13 | * @version 1.1.0 |
| 16 | 14 | */ |
| 17 | -class Contact extends Feed | |
| 15 | +class Contact extends Model | |
| 18 | 16 | { |
| 19 | 17 | protected $table = 'fc_subscribers'; |
| 20 | 18 | |
| 21 | 19 | protected $guarded = ['id']; |