Fix typo in FdbTablesController.php (#15477)

This commit is contained in:
Justin Lentz
2023-10-17 15:26:40 -05:00
committed by GitHub
parent 187a4d36de
commit e3def10922

View File

@@ -46,7 +46,7 @@ class FdbTablesController extends TableController
return [
'port_id' => 'nullable|integer',
'device_id' => 'nullable|integer',
'serachby' => 'in:mac,vlan,dnsname,ip,description,first_seen,last_seen',
'searchby' => 'in:mac,vlan,dnsname,ip,description,first_seen,last_seen',
'dns' => 'nullable|in:true,false',
];
}