Fixed #6386 - licenses not searching on category name

This commit is contained in:
snipe 2018-11-02 17:14:08 -07:00
parent 0eef0fc1dd
commit 192aa9eb71

View file

@ -110,6 +110,7 @@ class License extends Depreciable
protected $searchableRelations = [
'manufacturer' => ['name'],
'company' => ['name'],
'category' => ['name'],
];
public static function boot()