Preview: Setting.php
Size: 305 B
//home/getspomw/itechservicellc.com/app/Models/Setting.php
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Notifications\Notifiable;
class Setting extends Model
{
use HasFactory,Notifiable;
protected $fillable = [
'type',
'value'
];
}
Directory Contents
Dirs: 0 × Files: 9