resq/src/Entity
2018-01-12 13:38:41 +08:00
..
.gitignore Initial commit 2018-01-06 21:26:46 +08:00
Battery.php Initial commit for customer crud, add asserts/get/setters to entities 2018-01-12 08:38:12 +08:00
BatteryManufacturer.php Add crud and validation for battery entity 2018-01-12 06:47:32 +08:00
BatteryModel.php Add crud and validation for battery entity 2018-01-12 06:47:32 +08:00
BatterySize.php Add crud and validation for battery entity 2018-01-12 06:47:32 +08:00
Customer.php Initial commit for customer crud, add asserts/get/setters to entities 2018-01-12 08:38:12 +08:00
CustomerVehicle.php Initial commit for customer crud, add asserts/get/setters to entities 2018-01-12 08:38:12 +08:00
MobileNumber.php Fix missing UniqueEntity class on MobileNumber 2018-01-12 13:38:41 +08:00
MobileSession.php Add initial entities for battery, customer and vehicle 2018-01-08 23:59:13 +08:00
Role.php Add assert constraints to role entity 2018-01-10 04:41:50 +08:00
User.php Remove required assert on roles for user entity 2018-01-12 03:13:28 +08:00
Vehicle.php Add crud and validation for battery entity 2018-01-12 06:47:32 +08:00
VehicleManufacturer.php Add crud and validation for battery entity 2018-01-12 06:47:32 +08:00