We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a060f60 commit 4e28650Copy full SHA for 4e28650
app/Http/Controllers/Api/AssetModelsController.php
@@ -56,17 +56,17 @@ public function index(Request $request) : JsonResponse | array
56
'models.id',
57
'models.image',
58
'models.name',
59
- 'model_number',
60
- 'min_amt',
61
- 'eol',
62
- 'created_by',
63
- 'requestable',
+ 'models.model_number',
+ 'models.min_amt',
+ 'models.eol',
+ 'models.created_by',
+ 'models.requestable',
64
'models.notes',
65
'models.created_at',
66
- 'category_id',
67
- 'manufacturer_id',
68
- 'depreciation_id',
69
- 'fieldset_id',
+ 'models.category_id',
+ 'models.manufacturer_id',
+ 'models.depreciation_id',
+ 'models.fieldset_id',
70
'models.deleted_at',
71
'models.updated_at',
72
])
0 commit comments