execute_model_call
Method
This is a method of the MiddlewareManager class in the middleware module.Execute a model call with all hooks and middleware. Order:
- before_model hooks (in order)
- wrap_model_call middleware chain
- actual model call
- after_model hooks (in reverse order)
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.

