Skip to content

Invoke die method from proper scope

Robert Marshall requested to merge 4611-call-die-method-properly into master
  • Static method die is not able to be invoked as if it were an instance method. Prefix it with the class name.

Resolves #4611 (closed)

Signed-off-by: Robert Marshall rmarshall@gitlab.com

Closes #4611 (closed)

Merge request reports