/home/smartonegroup/public_html/veroserv/system/models/Integration.php
<?php
use Illuminate\Database\Eloquent\Model;

class Integration extends Model
{
    protected $table = 'clx_integrations';
}