Sindbad~EG File Manager

Current Path : /var/www/html/apiprodescolacandidatos.eagledigital.com.br/app/Models/
Upload File :
Current File : /var/www/html/apiprodescolacandidatos.eagledigital.com.br/app/Models/Eixo.php

<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class Eixo extends Model
{
    protected $fillable = ['nome'];

    public function perguntas()
    {
        return $this->hasMany(Pergunta::class);
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists