mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-06-30 05:02:37 +02:00
added final to Multiton
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace DesignPatterns\Creational\Multiton;
|
namespace DesignPatterns\Creational\Multiton;
|
||||||
|
|
||||||
class Multiton
|
final class Multiton
|
||||||
{
|
{
|
||||||
const INSTANCE_1 = '1';
|
const INSTANCE_1 = '1';
|
||||||
const INSTANCE_2 = '2';
|
const INSTANCE_2 = '2';
|
||||||
|
Reference in New Issue
Block a user