Releases: ByScripts/static-entity
Releases · ByScripts/static-entity
3.0.1
3.0.0
2.1.3
2.1.2
2.1.1
Can now return an empty instance when no result
Assuming a MyEntity
static entity with no id 25
:
MyEntity::get(25); // returns null
MyEntity::get(25, true); // returns empty instance of MyEntity
2.0.3
2.0.2
2.0.1
Second stable version. Now using Manager.
2.0.0 Rename "Builder" to "Manager"