Closed mikedfunk closed 10 years ago
If namespace is not found, the class is in the root namespace. Just import this class from that root namespace rather than throwing an error.
This is especially useful for importing Laravel facades.
I ran tests and they still pass.
Thanks!
If namespace is not found, the class is in the root namespace. Just import this class from that root namespace rather than throwing an error.
This is especially useful for importing Laravel facades.
I ran tests and they still pass.