nette / examples

🎓 Examples demonstrating the Nette Framework.
https://nette.org
88 stars 52 forks source link

Ambiguous class in Micro-blog #14

Closed vosykapavel closed 8 years ago

vosykapavel commented 8 years ago

I've just cloned Micro-blog, run composer update and start php server (php -s localhost:8888 -t www), and it throws me some errors with "Ambiguous class". Can you patch it, please? :-)

Nette\InvalidStateException

Ambiguous class Presenter1 resolution;
defined in
... Micro-blog\www\data\vendor\nette\application\tests\Bridges.DI\files\MyPresenter.php 
and in
... Micro-blog\www\data\vendor\nette\application\tests\UI\one\Presenter1.php.
dg commented 8 years ago

It doesn't use RobotLoader, so it should not throw this exception.

vosykapavel commented 8 years ago

Well, but it throws. Do you have an idea, where I could make a mistake?

nette-micro-blog-error

dg commented 8 years ago

I see! I use Composer with prefer-dist, so I never noticed this bug.