demos-europe / edt

Enables your PHP application to expose its entities as REST resources using the feature rich JSON:API specification as API. How and to whom your entities are exposed is highly customizable while minimizing boilerplate code.
MIT License
2 stars 1 forks source link

Make config classes lockable #131

Open dresslerdemos opened 4 months ago

dresslerdemos commented 4 months ago

Config classes should lock themselves when they are used, so that its state can no longer be adjusted. I.e. the exception message would be Adjusting the configuration not possible, as it is already in use. If the build* methods should still be used to create a

Note that "config classes" means the target class naming in https://github.com/demos-europe/edt/issues/130.