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