Current File : //proc/thread-self/root/proc/self/root/home/tradevaly/prioyshi.com/project/app/Models/Service.php
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class Service extends Model
{
protected $fillable = ['user_id','title','details','photo'];
public $timestamps = false;
}