nette / robot-loader

🍀 RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.
https://doc.nette.org/robotloader
Other
871 stars 32 forks source link

changed namespace of Finder #10

Closed vlastavesely closed 7 years ago

vlastavesely commented 7 years ago

I've just updated to newest dev version of Nette and my sandbox application's RobotLoader has failed for there is a conflict in namespace of Finder class. In 2.4 it was in Nette\Utils but in 3.0 it is in Nette\Files.

dg commented 7 years ago

It is still Nette\Utils, it was accident.