Laravel sin alcances globales
Model::withoutGlobalScopes()->get();
santosh khanal
Model::withoutGlobalScopes()->get();
protected static function boot()
{
parent::boot();
static::addGlobalScope(new ArchiveScope);
}