mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
fix eager
This commit is contained in:
@@ -21,7 +21,6 @@ class BitcoinEventTable extends DataTableComponent
|
|||||||
$this->setPrimaryKey('id')
|
$this->setPrimaryKey('id')
|
||||||
->setDefaultSort('from', 'asc')
|
->setDefaultSort('from', 'asc')
|
||||||
->setAdditionalSelects([
|
->setAdditionalSelects([
|
||||||
'id',
|
|
||||||
'bitcoin_events.id',
|
'bitcoin_events.id',
|
||||||
'bitcoin_events.venue_id'
|
'bitcoin_events.venue_id'
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user