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/Ioter.php
<?php namespace App; use Illuminate\Database\Eloquent\Model; class Ioter extends Model { // LTMS 연결 protected $connection = 'ltms'; // protected $table = 'tmp_nodemcu'; protected $guarded = []; }