mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-28 18:50:11 +02:00
8 lines
69 B
PHP
8 lines
69 B
PHP
<?php
|
|
|
|
namespace DesignPatterns\Builder\Parts;
|
|
|
|
class Engine
|
|
{
|
|
|
|
} |