This commit is contained in:
Dominik Liebler
2013-09-13 14:30:24 +02:00
parent 8b82ed198d
commit 8d6d4584b1
6 changed files with 53 additions and 17 deletions

View File

@@ -2,7 +2,10 @@
namespace DesignPatterns\Builder\Parts;
/**
* Class Wheel
*/
class Wheel
{
}
}