ok

Mini Shell

Direktori : /home2/selectio/www/limpiar.in.net/app/Models/
Upload File :
Current File : //home2/selectio/www/limpiar.in.net/app/Models/RoleTranslation.php

<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class RoleTranslation extends Model
{
    protected $fillable = ['name', 'lang', 'role_id'];

    public function role(){
      return $this->belongsTo(Role::class);
    }
}

Zerion Mini Shell 1.0