Add Litlab
This commit is contained in:
12
code/decorator.php
Normal file
12
code/decorator.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @package: patterns
|
||||
* @author: Yevhen Odynets
|
||||
* @date: 2025-07-04
|
||||
* @time: 10:39
|
||||
*/
|
||||
|
||||
declare(strict_types = 1);
|
||||
|
||||
dump('Decorator');
|
||||
Reference in New Issue
Block a user