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