what's the reasoning behind needing "::class" afte...
# getting-started
s
what's the reasoning behind needing "::class" after a class name to reference the class itself? what's wrong with just using the class name?