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