/
var
/
www
/
html
/
old-zohocrm
/
app
/
Upload File
HOME
<?php namespace App; use Illuminate\Database\Eloquent\Model; class ZohoNAV extends Model { // protected $fillable = [ 'id', 'identifier', 'integration_source', 'integration_destination', 'app_id', 'source_id', 'source_refresh_token', 'source_access_token', 'source_expires_in', 'destination_refresh_token', 'destination_access_token', 'destination_expires_in', ]; protected $table = 'auth_tokens'; }