File "Contractor.php"

Full path: /home/qooetu/costes.qooetu.com/app/Contractor.php
File size: 195 B (195 B bytes)
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

<?php

namespace App;

use Illuminate\Database\Eloquent\Model;
use App\Mymodel;
class Contractor extends Mymodel
{
    protected $table="contractors";
    protected $guarded=['id'];
}