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

class Permission extends Model
{
    protected $table = 'sys_permissions';
    public $timestamps = false;
}