/
home
/
pay
/
bserver
/
app
/
Mail
/
File Upload :
llllll
Current File: //home/pay/bserver/app/Mail/Cnt.php
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class Setting extends Model { use HasFactory; protected $table = 'settings'; protected $fillable = [ 'key', 'title_fa', 'value', ]; protected $casts = [ ]; }
Copyright ©2k19 -
Hexid
|
Tex7ure