Improved search performance

This commit is contained in:
Deon George
2022-06-14 16:51:18 +10:00
parent 8777024cd8
commit 606f357839
9 changed files with 27 additions and 104 deletions

View File

@@ -5,7 +5,7 @@ namespace App\Models\Service;
// @todo Document how this is used.
class Generic extends Type
{
protected $table = 'service__generic';
protected $table = 'service_generic';
public $timestamps = FALSE;
/* INTERFACE */