mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-02-05 13:49:03 +00:00
Updater class tests
This commit is contained in:
@@ -6,5 +6,12 @@ use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Roles extends Model
|
||||
{
|
||||
public $timestamps = false;
|
||||
|
||||
protected $guarded = [];
|
||||
|
||||
public function supervisor()
|
||||
{
|
||||
return $this->belongsTo(Supervisor::class);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user