mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-11 01:14:01 +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 Picture implements Media
|
||||
abstract class Picture implements Media
|
||||
{
|
||||
protected $_path;
|
||||
protected $_name;
|
||||
|
Reference in New Issue
Block a user