azmayesh sort columns
This commit is contained in:
@@ -23,7 +23,7 @@ class AzmayeshSampleController extends Controller
|
||||
public function index(Request $request, string $azmayesh_id): JsonResponse
|
||||
{
|
||||
$columns = array(
|
||||
'id',
|
||||
'id', 'updated_at', 'created_at'
|
||||
);
|
||||
|
||||
$allowedFilters = $columns;
|
||||
|
||||
Reference in New Issue
Block a user