mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
public string $tableName
This commit is contained in:
@@ -10,9 +10,11 @@ use Rappasoft\LaravelLivewireTables\Views\Filters\TextFilter;
|
||||
|
||||
class BitcoinEventTable extends DataTableComponent
|
||||
{
|
||||
|
||||
public string $country;
|
||||
|
||||
protected $model = BitcoinEvent::class;
|
||||
public string $tableName = 'bitcoin_events';
|
||||
|
||||
public function configure(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user