generated from Potter/Template
decouple from potter/template
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
},
|
||||
"minimum-stability": "stable",
|
||||
"require": {
|
||||
"php": "^8.3",
|
||||
"potter/template": "^1.0"
|
||||
"php": "^8.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,9 +4,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace Potter\Cloneable;
|
||||
|
||||
use \Potter\Template\TemplateInterface;
|
||||
|
||||
interface CloneableInterface extends TemplateInterface
|
||||
interface CloneableInterface
|
||||
{
|
||||
public function clone(): static;
|
||||
public function __clone(): void;
|
||||
|
||||
Reference in New Issue
Block a user