Optimize Groups

This commit is contained in:
2023-05-04 10:59:31 +10:00
parent 0ac35c3d43
commit 95bb55aad8
4 changed files with 128 additions and 7 deletions

View File

@@ -6,6 +6,5 @@ use Illuminate\Database\Eloquent\Model;
class AccountGroup extends Model
{
protected $table = 'ab_account_group';
public $timestamps = FALSE;
protected $table = 'account_group';
}