Optimize Groups
This commit is contained in:
@@ -7,8 +7,5 @@ use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Group extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
|
||||
protected $table = 'ab_group';
|
||||
public $timestamps = FALSE;
|
||||
use HasFactory;
|
||||
}
|
||||
|
Reference in New Issue
Block a user