%PDF- %PDF-
Direktori : /proc/self/root/home/forge/api-takeaseat.eco-n-tech.co.uk/app/Models/Posts/ |
Current File : //proc/self/root/home/forge/api-takeaseat.eco-n-tech.co.uk/app/Models/Posts/Like.php |
<?php namespace App\Models\Posts; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class Like extends Model { use HasFactory; /** * The table associated with the model. * * @var string */ protected $table = 'post_likes'; /** * The attributes that are mass assignable. * * @var array */ protected $fillable = [ 'user_id', 'post_id' ]; }