Skip to content

Commit 7faca2a

Browse files
committed
Init
1 parent b0b9071 commit 7faca2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Facade/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Design pattern "Facade" (Structural) or "Delegation" (Fundamental)
4+
* Design pattern "Facade" (Structural)
55
* This is demo code
66
* See for details: http://maxsite.org/page/php-patterns
77
*/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
See details on http://maxsite.org/page/php-patterns
44

5-
* "Facade" (Structural) / "Delegation" (Fundamental)
5+
* "Facade" (Structural)
66

77

88
(c) MaxSite.org, 2019, http://maxsite.org/

0 commit comments

Comments
 (0)