<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class IncomeStyle extends Model { protected $table='income_style'; protected $fillable = ['title','admin']; }