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

class ContactCustomField extends Model
{
    protected $table = 'crm_customfields';
    public $timestamps = false;
}