A file imports App\Models\Invoice, then sets $class = "Invoice" and executes new $class()…

from Namespaces
PHP 8.3.33 intermediate 1 min

A file imports App\Models\Invoice, then sets $class = "Invoice" and executes new $class(). Which name is requested?

Report an error