Uploading content
This commit is contained in:
15
app/Tables/TableWithnNoSettings.php
Normal file
15
app/Tables/TableWithnNoSettings.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Tables;
|
||||
|
||||
use App\Models\Product;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Mmt\GenericTable\Components\ColumnCollection;
|
||||
use Mmt\GenericTable\Interfaces\IGenericTable;
|
||||
|
||||
class TableWithnNoSettings implements IGenericTable
|
||||
{
|
||||
public Model|string $model = Product::class;
|
||||
|
||||
public ColumnCollection $columns;
|
||||
}
|
||||
Reference in New Issue
Block a user