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

class SystemLog extends Model
{
    protected $table = 'sys_logs';
    public $timestamps = false;
}