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

class Tag extends Model
{
    protected $table = 'sys_tags';
    public $timestamps = false;
}