mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-31 20:20:15 +02:00
a REAL abstract factory not a helper-like full of static
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace DesignPatterns\AbstractFactory;
|
||||
|
||||
class Text implements Media
|
||||
abstract class Text implements Media
|
||||
{
|
||||
/**
|
||||
*
|
||||
|
Reference in New Issue
Block a user