Uploading content
This commit is contained in:
11
app/Tables/TableWithColumnFormatter.php
Normal file
11
app/Tables/TableWithColumnFormatter.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Tables;
|
||||
|
||||
use App\Tables\Traits\WithColumnFormatter;
|
||||
use Mmt\GenericTable\Interfaces\IGenericTable;
|
||||
|
||||
class TableWithColumnFormatter implements IGenericTable
|
||||
{
|
||||
use WithColumnFormatter;
|
||||
}
|
||||
Reference in New Issue
Block a user