%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/conference/app/Models/
Upload File :
Create Path :
Current File : /var/www/html/conference/app/Models/KeyWord.php

<?php

namespace App\Models;

class KeyWord extends BaseModel
{
    protected $fillable = [
        'tag',
    ];

    public function articles()
    {
        return $this->belongsToMany(Article::class, 'article_key', 'key_id', 'article_id');
    }
}

Zerion Mini Shell 1.0