mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
remove model
This commit is contained in:
@@ -12,8 +12,6 @@ class BitcoinEventTable extends DataTableComponent
|
|||||||
{
|
{
|
||||||
|
|
||||||
public string $country;
|
public string $country;
|
||||||
|
|
||||||
protected $model = BitcoinEvent::class;
|
|
||||||
public string $tableName = 'bitcoin_events';
|
public string $tableName = 'bitcoin_events';
|
||||||
|
|
||||||
public function configure(): void
|
public function configure(): void
|
||||||
|
|||||||
@@ -28,7 +28,6 @@ class BookCaseTable extends DataTableComponent
|
|||||||
'comment' => '',
|
'comment' => '',
|
||||||
];
|
];
|
||||||
public string $tableName = 'bookcases';
|
public string $tableName = 'bookcases';
|
||||||
protected $model = BookCase::class;
|
|
||||||
|
|
||||||
public function configure(): void
|
public function configure(): void
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ class CityTable extends DataTableComponent
|
|||||||
public string $country;
|
public string $country;
|
||||||
public string $type;
|
public string $type;
|
||||||
|
|
||||||
protected $model = City::class;
|
|
||||||
public string $tableName = 'cities';
|
public string $tableName = 'cities';
|
||||||
|
|
||||||
public function configure(): void
|
public function configure(): void
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ class CourseTable extends DataTableComponent
|
|||||||
{
|
{
|
||||||
public string $country;
|
public string $country;
|
||||||
public string $tableName = 'courses';
|
public string $tableName = 'courses';
|
||||||
protected $model = Course::class;
|
|
||||||
|
|
||||||
public function configure(): void
|
public function configure(): void
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -18,7 +18,6 @@ class EventTable extends DataTableComponent
|
|||||||
public bool $viewingModal = false;
|
public bool $viewingModal = false;
|
||||||
public $currentModal;
|
public $currentModal;
|
||||||
public string $tableName = 'events';
|
public string $tableName = 'events';
|
||||||
protected $model = CourseEvent::class;
|
|
||||||
|
|
||||||
public function configure(): void
|
public function configure(): void
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ use Rappasoft\LaravelLivewireTables\Views\Columns\ImageColumn;
|
|||||||
class LecturerTable extends DataTableComponent
|
class LecturerTable extends DataTableComponent
|
||||||
{
|
{
|
||||||
public string $country;
|
public string $country;
|
||||||
protected $model = Lecturer::class;
|
|
||||||
public string $tableName = 'lecturers';
|
public string $tableName = 'lecturers';
|
||||||
|
|
||||||
public function configure(): void
|
public function configure(): void
|
||||||
|
|||||||
@@ -18,7 +18,6 @@ class LibraryItemTable extends DataTableComponent
|
|||||||
{
|
{
|
||||||
public string $currentTab;
|
public string $currentTab;
|
||||||
public string $tableName = 'library_items';
|
public string $tableName = 'library_items';
|
||||||
protected $model = LibraryItem::class;
|
|
||||||
|
|
||||||
public function configure(): void
|
public function configure(): void
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ class MeetupEventTable extends DataTableComponent
|
|||||||
{
|
{
|
||||||
public string $country;
|
public string $country;
|
||||||
|
|
||||||
protected $model = MeetupEvent::class;
|
|
||||||
public string $tableName = 'meetup_events';
|
public string $tableName = 'meetup_events';
|
||||||
|
|
||||||
public function configure(): void
|
public function configure(): void
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ class MeetupTable extends DataTableComponent
|
|||||||
{
|
{
|
||||||
public ?string $country = null;
|
public ?string $country = null;
|
||||||
public string $tableName = 'meetups';
|
public string $tableName = 'meetups';
|
||||||
protected $model = Meetup::class;
|
|
||||||
|
|
||||||
public function configure(): void
|
public function configure(): void
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ class VenueTable extends DataTableComponent
|
|||||||
{
|
{
|
||||||
public string $country;
|
public string $country;
|
||||||
|
|
||||||
protected $model = Venue::class;
|
|
||||||
public string $tableName = 'venues';
|
public string $tableName = 'venues';
|
||||||
|
|
||||||
public function configure(): void
|
public function configure(): void
|
||||||
|
|||||||
Reference in New Issue
Block a user