This commit is contained in:
kshitige
2025-04-23 16:44:25 +05:30
parent b0eaa7c3a9
commit d79dabbbaf

View File

@@ -180,7 +180,7 @@ class DeviceController extends Controller
public function devicelistCustomer($customerId)
{
{
try {
$devices = Device::with('deviceProfile:id,name', 'customer:id,name')
->where('customer_id', $customerId)