/
var
/
www
/
html
/
plugin-techloyce
/
app
/
Models
/
Upload File
HOME
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class AuthTwilio extends Model { protected $fillable = [ 'id', 'identifier', 'twilio_phone_number', 'twilio_auth_token', 'twilio_account_sid', 'source', 'zoho_domain', 'webhook', 'source_refresh_token', 'source_access_token', 'source_expires_in', ]; }