dudapiotr / ZfTable

*Not supported*ZfTable 3.1. Awesome ZF2 table / grid (and much much more) generator with huge possibilities of decorating and conditioning. Integrated with DataTables, Doctrine 2, Bootstrap 2.0 and 3.0.
http://dudapiotrek.laohost.net/
MIT License
75 stars 59 forks source link

Warning: Ambiguous class resolution, "ZfTable\Decorator\Cell\ClassDecorator" #47

Open DennisDobslaf opened 9 years ago

DennisDobslaf commented 9 years ago

If you intall ZfTable with composer, it will come up with the following message:

Warning: Ambiguous class resolution, "ZfTable\Decorator\Cell\ClassDecorator" was found in both ".../vendor/dudapiotr/zftable/src/ZfTable/Decorator/Cell/ClassDecorator.php" and ".../vendor/dudapiotr/zftable/src/ZfTable/Decorator/Header/ClassDecorator.php", the first will be used.

This is because of a wrong namespace definition in /zftable/src/ZfTable/Decorator/Header/ClassDecorator.php where it is namespace ZfTable\Decorator\Cell; instead of namespace ZfTable\Decorator\Header;