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

class Lead extends Model
{
    protected $table = 'crm_leads';
}