<?php namespace App\Models\Wetalk; use Illuminate\Database\Eloquent\Model; class Share extends Model { protected $connection = 'mysql_t'; protected $table='share'; protected $guarded=[]; }