<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class ProfitSharingW extends Model{ protected $connection = 'mysql_w'; protected $table='profitsharing'; protected $guarded=[]; }