Add some reworks to Vision
This commit is contained in:
@@ -17,6 +17,6 @@ class CriminalRepository extends DocumentRepositoriesExtension
|
||||
public function __construct(ManagerRegistry $registry)
|
||||
{
|
||||
parent::__construct($registry, Criminal::class);
|
||||
$this->fields = ['article', 'amountMoney', 'amountTime', 'content']; //with title, list fields we can search in
|
||||
$this->fields = ['amountMoney', 'amountTime', 'content']; //with title, list fields we can search in
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user