fix editing orders
This commit is contained in:
@@ -12,6 +12,9 @@ use App\Repositories\Shop\Orders;
|
||||
class OrdersDataTable extends DataTable
|
||||
{
|
||||
public $model_name = 'orders';
|
||||
public $sortedColumn = 1;
|
||||
public $sortedOrder = 'desc';
|
||||
public $stateSave = true;
|
||||
|
||||
public function query(Order $model)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user