| Path : /proc/thread-self/root/var/www/html/solarwindia/app/Models/ |
| Current File : //proc/thread-self/root/var/www/html/solarwindia/app/Models/TreepyePlantDetails.php |
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class TreepyePlantDetails extends Model
{
/**
* The attributes that are mass assignable.
*
* @var array
*/
protected $fillable = [
'plant_id', 'company_id', 'treepye_plant_id', 'host_name', 'port', 'ftp_username', 'ftp_password'
];
}