mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-10-02 17:28:17 +02:00
11 lines
98 B
PHP
11 lines
98 B
PHP
<?php
|
|
|
|
namespace DesignPatterns\Creational\Builder\Parts;
|
|
|
|
/**
|
|
* Class Wheel
|
|
*/
|
|
class Wheel
|
|
{
|
|
}
|