mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-25 13:59:08 +02:00
8 lines
68 B
PHP
8 lines
68 B
PHP
<?php
|
|
|
|
namespace DesignPatterns\Builder\Parts;
|
|
|
|
class Wheel
|
|
{
|
|
|
|
} |