v2.4.5
add a new transactionalCall($class, $params, $extraMethods)
to the CallableTrait
. This method, in turn, wraps the call()
in a DB::Transaction
in order to keep the DB in a consistent state
add a new transactionalCall($class, $params, $extraMethods)
to the CallableTrait
. This method, in turn, wraps the call()
in a DB::Transaction
in order to keep the DB in a consistent state