mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-28 10:40:17 +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.
|
* If you need creation of new instances, use Factory as argument.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
class Computer
|
class Facade
|
||||||
{
|
{
|
||||||
|
|
||||||
protected $opsys;
|
protected $opsys;
|
||||||
|
@@ -6,8 +6,7 @@
|
|||||||
|
|
||||||
namespace DesignPatterns\Tests\Facade;
|
namespace DesignPatterns\Tests\Facade;
|
||||||
|
|
||||||
use DesignPatterns\Facade\Computer;
|
use DesignPatterns\Facade\Facade as Computer;
|
||||||
use DesignPatterns\Facade\Installer;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* FacadeTest shows example of facades
|
* FacadeTest shows example of facades
|
||||||
|
Reference in New Issue
Block a user