mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-25 17:21:19 +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;
|
||||
|
@@ -6,8 +6,7 @@
|
||||
|
||||
namespace DesignPatterns\Tests\Facade;
|
||||
|
||||
use DesignPatterns\Facade\Computer;
|
||||
use DesignPatterns\Facade\Installer;
|
||||
use DesignPatterns\Facade\Facade as Computer;
|
||||
|
||||
/**
|
||||
* FacadeTest shows example of facades
|
||||
|
Reference in New Issue
Block a user