PluginProbe
FluentCommunity – Ultra-Fast High-Performance Social Network, Community, LMS & Online Courses / 2.11.0
FluentCommunity – Ultra-Fast High-Performance Social Network, Community, LMS & Online Courses v2.11.0
2.11.0 2.10.0 2.10.01 2.9.1 2.9.0 2.8.1 2.8.0 2.7.7 2.7.5 2.7.0 2.6.01 2.6.0 2.5.0 2.4.01 trunk 1.0.90 1.0.91 1.0.92 1.0.93 1.0.94 1.0.95 1.0.96 1.0.97 1.0.98 1.0.99 All 78 releases
← All changes | app/Models/Contact.php +1 -3 1.0.912.11.0 View file →
@@ -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'];