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