Skip to content

Commit

Permalink
CsvResultSet: Extend VolatileStateResults
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Sep 8, 2023
1 parent c929b77 commit 660bab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/Icingadb/Data/CsvResultSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

use DateTime;
use DateTimeZone;
use Icinga\Module\Icingadb\Redis\VolatileStateResults;
use ipl\Orm\Model;
use ipl\Orm\Query;
use ipl\Orm\ResultSet;

class CsvResultSet extends ResultSet
class CsvResultSet extends VolatileStateResults
{
protected $isCacheDisabled = true;

Expand Down

0 comments on commit 660bab9

Please sign in to comment.