You've already forked laravel-connect
fix: model trait
This commit is contained in:
@@ -8,8 +8,6 @@ trait HasConnectSync
|
||||
abstract function save();
|
||||
abstract function delete();
|
||||
|
||||
protected $fillable = [];
|
||||
|
||||
public static $connectResource;
|
||||
|
||||
public static $connectColumnId = 'connect_resource_id';
|
||||
|
||||
Reference in New Issue
Block a user