Current File : /home/tradevaly/ladybagcollection.com/project/app/Models/Partner.php
<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class Partner extends Model
{
    protected $fillable = ['link','photo'];

    public $timestamps = false;

}