Explorar el Código

updated subscription relation

dev
dragonskills99 hace 4 años
padre
commit
ae4b9a8db5
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3
    3
      orm_schemas/MinecraftUser.class.php

+ 3
- 3
orm_schemas/MinecraftUser.class.php Ver fichero

@@ -26,12 +26,12 @@ class MinecraftUser extends Entity
public $Username;
/**
* @DB-Relation
* @Field ID
* @FieldName SubscriptionID
* @Field UnlockedUser
* @FieldName ID
* @OneToMany
* @OnUpdate CASCADE
* @OnDelete CASCADE
* @var MinecraftServer[]
* @var MinecraftServerSubscription[]
*/
public $Subscriptions;
/**

Cargando…
Cancelar
Guardar