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