Sample-Laravel-Repository/app/CompanySetting.php
kris@sentientgeeks.com 501a8e18e0 initial commit
2021-02-08 19:09:14 +05:30

11 lines
155 B
PHP

<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class CompanySetting extends BaseModel
{
protected $table = 'organisation_settings';
}