mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-10-02 01:07:02 +02:00
changing class name
This commit is contained in:
@@ -26,7 +26,7 @@ namespace DesignPatterns\Facade;
|
||||
* If you need creation of new instances, use Factory as argument.
|
||||
*
|
||||
*/
|
||||
class Computer
|
||||
class Facade
|
||||
{
|
||||
|
||||
protected $opsys;
|
||||
|
Reference in New Issue
Block a user