Skip to content

Commit

Permalink
Prevent deprecation warning on selectedQueryColumns (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell authored Oct 24, 2023
1 parent edbe9a0 commit 345b6e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Entries/EntryQueryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ class EntryQueryBuilder extends EloquentQueryBuilder implements QueryBuilder
{
use QueriesTaxonomizedEntries;

private $selectedQueryColumns;

const COLUMNS = [
'id', 'site', 'origin_id', 'published', 'status', 'slug', 'uri',
'date', 'collection', 'created_at', 'updated_at', 'order', 'blueprint',
Expand Down

0 comments on commit 345b6e7

Please sign in to comment.