<?php
class Industry extends Eloquent
{
public $timestamps = false;
protected $softDelete = false;
}