diff options
author | Thomas Lange <code@nerdmind.de> | 2021-06-14 01:35:07 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2021-06-14 01:35:07 +0200 |
commit | 534fa0a305116a835aaf614d2fbf6522d2fc0482 (patch) | |
tree | 36d9c3d253dac4b742e33c9f1ef8e612e338e24b /core/namespace/Attribute.php | |
parent | d3b109fae0e246d01b0c73afd828347bcf5d2e86 (diff) | |
download | blog-534fa0a305116a835aaf614d2fbf6522d2fc0482.tar.gz blog-534fa0a305116a835aaf614d2fbf6522d2fc0482.tar.xz blog-534fa0a305116a835aaf614d2fbf6522d2fc0482.zip |
Remove useless AttributeInterface
Diffstat (limited to 'core/namespace/Attribute.php')
-rw-r--r-- | core/namespace/Attribute.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/namespace/Attribute.php b/core/namespace/Attribute.php index 505a4cd..ba782ac 100644 --- a/core/namespace/Attribute.php +++ b/core/namespace/Attribute.php @@ -1,5 +1,5 @@ <?php -abstract class Attribute implements AttributeInterface { +abstract class Attribute { #=============================================================================== # Set attribute |