school
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user