File "ContractorAuthority.php"

Full path: /home/qooetu/costes.qooetu.com/app/ContractorAuthority.php
File size: 194 B (194 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 ContractorAuthority extends Mymodel
{
    //

    protected $table="contractor_authorieties";
}