mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-08 07:56:36 +02:00
10 lines
101 B
PHP
10 lines
101 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace DesignPatterns\Creational\Builder\Parts;
|
|
|
|
class Wheel
|
|
{
|
|
}
|