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

@@ -7,8 +7,5 @@ use Illuminate\Database\Eloquent\Model;
class Group extends Model
{
use HasFactory;
protected $table = 'ab_group';
public $timestamps = FALSE;
use HasFactory;
}