• File: PartnerClub.php
  • Full Path: /var/www/paytekchalenge/app/Models/PartnerClub.php
  • Date Modified: 07/19/2022 7:23 PM
  • File size: 247 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class PartnerClub extends Model
{
    //
    protected $fillable = ['description', 'clubs_id', 'partners_id', 'users_id'];

    public $table = "partner_clubs";
}