Improved search performance
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user