This website works better with JavaScript.
Home
Explore
Help
Sign In
DragonFrame-Plugins
/
MinecraftPayment
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fixed var type
pull/1/head
DragonSkills99
5 years ago
parent
132cf67cd7
commit
adf0133e6b
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
orm_schemas/MinecraftServer.class.php
+ 1
- 1
orm_schemas/MinecraftServer.class.php
View File
@@ -64,7 +64,7 @@ class MinecraftServer extends Entity {
* @OneToMany
* @OnUpdate CASCADE
* @OnDelete CASCADE
* @var MinecraftServer[]
* @var MinecraftServer
Subscription
[]
*/
public $Subscriptions;
Write
Preview
Loading…
Cancel
Save